JWTAuthenticator
public class JWTAuthenticator : AuthenticatorA JSON Web Token (JWT) based authentication strategy is to be used to authenticate a guest user on Cisco Webex.
Since
1.2.0- 
                  
                  See See Authenticator.authorizedSince 1.2.0DeclarationSwift public var authorized: Bool { get }
- 
                  
                  Returns the expiration of the access token Since 2.3.0DeclarationSwift public var expiration: Date? { get }
- 
                  
                  Creates a new JWT authentication strategy Since 1.2.0DeclarationSwift public convenience init(storage: JWTAuthStorage = JWTAuthKeychainStorage())
- 
                  
                  Sets the JWT access token on the authorization strategy, overriting any existing access token. Since 1.2.0DeclarationSwift public func authorizedWith(jwt: String)Parametersjwtthe new JSON Web Token to use 
- 
                  
                  See See Authenticator.deauthorize()Since 1.2.0DeclarationSwift public func deauthorize()
- 
                  
                  See See Authenticator.accessToken(completionHandler:)Since 1.2.0DeclarationSwift public func accessToken(completionHandler: @escaping (String?) -> Void)
- 
                  
                  See See Authenticator.refreshToken(completionHandler:)Since 1.4.0DeclarationSwift public func refreshToken(completionHandler: @escaping (String?) -> Void)
 View on GitHub
View on GitHub JWTAuthenticator Class Reference
        JWTAuthenticator Class Reference