CredentialsManager
public class CredentialsManager : CredentialManagerProtocol
Persist/load/remove the OIDCCredentials
-
Initialises the credentials manager
Declaration
Swift
public init() -
Fetches the
openidcredentials from local storage.Declaration
Swift
public func load() -> OIDCCredentials?Return Value
openidcredentials -
Persists and overwrites the current
openidcredentials.Declaration
Swift
public func save(credentials: OIDCCredentials)Parameters
credentialsopenidcredentials to save -
Deletes the currently stored
openidcredentials.Declaration
Swift
public func clear()
CredentialsManager Class Reference