Class GetFactorTokenResponse

  • All Implemented Interfaces:

    
    public final class GetFactorTokenResponse
    
                        

    GetFactorTokenResponse holds a retrieved authentication factor token

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getToken() The retrieved token.
      final String getAuthenticatedSessionId() An authenticated sessionId, that you can use to perform further SSKS TMR operations without challenge
      final Unit setAuthenticatedSessionId(String authenticatedSessionId) An authenticated sessionId, that you can use to perform further SSKS TMR operations without challenge
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • GetFactorTokenResponse

        GetFactorTokenResponse(String token, String authenticatedSessionId)
    • Method Detail

      • getToken

         final String getToken()

        The retrieved token. It can be used with sdk.retrieveEncryptionSessionByTmr() and sdk.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