Keys

extension SharedContext.Keys
  • The key used to store the Continue Node value in the shared context.

    Declaration

    Swift

    public static let continueNode: String
  • The key used to store the PKCE value in the shared context.

    Declaration

    Swift

    public static let pkceKey: String
  • The key used to store the user in the shared context.

    Declaration

    Swift

    public static let userKey: String
  • The key used to store the OIDC client configuration in the shared context.

    Declaration

    Swift

    public static let oidcClientConfigKey: String
  • The shared context key under which the verificationUriComplete URL string is stored for the DaVinci device authorization flow.

    Declaration

    Swift

    public static let daVinciVerificationUriCompleteKey: String