AuthenticateResponse

CLASS

# AuthenticateResponse

@objc public class AuthenticateResponse: NSObject, Codable

HTTP response object received in a completion block after a call to authenticate method of the API class.

The value of dvsRegister property will not be nil only when authentication is done with the “dvs-reg” scope.

# Properties

# otp

public var otp: String?

# nowTime

public var nowTime: Date?

# expireTime

public var expireTime: Date?

# ttlSeconds

public var ttlSeconds: Int?

# code

public var code: String?

# signingResponse

public var signingResponse: SigningResponse?