OAuthKeychainStorage

public class OAuthKeychainStorage : OAuthStorage

An OAuthStorage implementation based on the iOS device keychain.

Since

1.2.0
  • Constructs a new OAuthKeychainStorage

    Since

    1.2.0

    Declaration

    Swift

    public convenience init()
  • See

    See OAuthStorage.authenticationInfo

    Since

    1.2.0

    Declaration

    Swift

    public var tokens: OAuthTokens? { get set }