JWTAuthStorage
public protocol JWTAuthStorage : AnyObject
A protocol represents a storage mechanism for JWT authorization information
Since
1.2.0-
The JSON Web Token
Declaration
Swift
var jwt: String? { get set }
-
The JWT authentication information
Declaration
Swift
var authenticationInfo: JWTAuthenticationInfo? { get set }