CredentialManagerProtocol

public protocol CredentialManagerProtocol

Persist/load/remove credentials

  • Get the stored credentials.

    Declaration

    Swift

    func load() -> OIDCCredentials?

    Return Value

    The stored credentials.

  • Overwrite the currently stored credentials.

    Declaration

    Swift

    func save(credentials: OIDCCredentials)
  • Remove the currently stored credentials.

    Declaration

    Swift

    func clear()