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.0Declaration
Swift
public convenience init()
-
See
See OAuthStorage.authenticationInfoSince
1.2.0Declaration
Swift
public var tokens: OAuthTokens? { get set }