OAuthStorage

public protocol OAuthStorage : AnyObject

A protocol represents a storage mechanism for OAuth authorization information

Since

1.2.0
  • The OAuth authentication information

    Since

    1.2.0

    Declaration

    Swift

    var tokens: OAuthTokens? { get set }