InstallationsAuthTokenResult
class InstallationsAuthTokenResult : NSObject
The class represents a result of the installation auth token request.
-
The installation auth token string.
Declaration
Swift
var authToken: String { get }
-
The installation auth token expiration date.
Declaration
Swift
var expirationDate: Date { get }