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.0

    Declaration

    Swift

    public convenience init()
  • jwt

    See

    see JWTAuthKeychainStorage.jwt

    Since

    1.2.0

    Declaration

    Swift

    public var jwt: String? { get set }
  • See

    see JWTAuthKeychainStorage.authenticationInfo

    Since

    1.2.0

    Declaration

    Swift

    public var authenticationInfo: JWTAuthenticationInfo? { get set }