Keys

extension SharedContext.Keys
  • The shared context key under which Journey.start stores the verificationUriComplete URL string. When set, OidcModule.setup.success posts approval to that URL after the user authenticates, completing the RFC 8628 device authorization flow.

    Declaration

    Swift

    public static let journeyVerificationUriCompleteKey: String
  • The key used to store the sessionConfigKey

    Declaration

    Swift

    public static let sessionConfigKey: String