Skip to content

GetFactorTokenResponse

data class GetFactorTokenResponse(val token: String, var authenticatedSessionId: String)

GetFactorTokenResponse holds a retrieved authentication factor token

Constructors

GetFactorTokenResponseconstructor(token: String, authenticatedSessionId: String)

Properties

NameSummary
authenticatedSessionIdvar authenticatedSessionId: String
An authenticated sessionId, that you can use to perform further SSKS TMR operations without challenge
tokenval token: String
The retrieved token. It can be used with sdk.retrieveEncryptionSessionByTmr() and sdk.convertTmrAccesses().