Package io.seald.seald_sdk
Class GetFactorTokenResponse
-
- All Implemented Interfaces:
public final class GetFactorTokenResponseGetFactorTokenResponse holds a retrieved authentication factor token
-
-
Field Summary
Fields Modifier and Type Field Description private final Stringtokenprivate StringauthenticatedSessionId
-
Constructor Summary
Constructors Constructor Description GetFactorTokenResponse(String token, String authenticatedSessionId)
-
Method Summary
Modifier and Type Method Description final StringgetToken()The retrieved token. final StringgetAuthenticatedSessionId()An authenticated sessionId, that you can use to perform further SSKS TMR operations without challenge final UnitsetAuthenticatedSessionId(String authenticatedSessionId)An authenticated sessionId, that you can use to perform further SSKS TMR operations without challenge -
-
Method Detail
-
getToken
final String getToken()
The retrieved token. It can be used with
sdk.retrieveEncryptionSessionByTmr()andsdk.convertTmrAccesses().
-
getAuthenticatedSessionId
final String getAuthenticatedSessionId()
An authenticated sessionId, that you can use to perform further SSKS TMR operations without challenge
-
setAuthenticatedSessionId
final Unit setAuthenticatedSessionId(String authenticatedSessionId)
An authenticated sessionId, that you can use to perform further SSKS TMR operations without challenge
-
-
-
-