JWTAuthKeychainStorage
public class JWTAuthKeychainStorage : JWTAuthStorage
A JWTAuthStorage implementation based on the iOS device keychain.
Since
1.2.0-
Contructs a new JWTAuthKeychainStorage
Since
1.2.0Declaration
Swift
public convenience init()
-
See
see JWTAuthKeychainStorage.jwtSince
1.2.0Declaration
Swift
public var jwt: String? { get set }
-
See
see JWTAuthKeychainStorage.authenticationInfoSince
1.2.0Declaration
Swift
public var authenticationInfo: JWTAuthenticationInfo? { get set }