JWTAuthenticationInfo
public struct JWTAuthenticationInfo
Information about the JWT authentication.
Since
1.2.0-
The JWT access token, used throughout SDK for authentication.
Since
1.2.0Declaration
Swift
public let accessToken: String
-
The date and time the access token will expire
Since
1.2.0Declaration
Swift
public let accessTokenExpirationDate: Date