AuthenticationContext
public class AuthenticationContext : VOObservable
AuthenticationContext is used to establish secure connection with the server side infrastructure.
-
Declaration
Swift
public typealias RequestTokenRefreshCallback = ((_ jwtToken: String) -> Void) -
Undocumented
Declaration
Swift
public var jwtToken: String { get set } -
Undocumented
Declaration
Swift
public var callback: RequestTokenRefreshCallback?
AuthenticationContext Class Reference