Keys
extension SharedContext.Keys
-
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