GetFactorTokenResponse
data class GetFactorTokenResponse(val token: String, var authenticatedSessionId: String)
GetFactorTokenResponse holds a retrieved authentication factor token
Constructors
GetFactorTokenResponse | constructor(token: String, authenticatedSessionId: String) |
Properties
Name | Summary |
---|---|
authenticatedSessionId | var authenticatedSessionId: String An authenticated sessionId, that you can use to perform further SSKS TMR operations without challenge |
token | val token: String The retrieved token. It can be used with sdk.retrieveEncryptionSessionByTmr() and sdk.convertTmrAccesses() . |