Interface AssociateSoftwareTokenResponse.Builder

    • Method Detail

      • secretCode

        AssociateSoftwareTokenResponse.Builder secretCode​(String secretCode)

        A unique generated shared secret code that is used by the TOTP algorithm to generate a one-time code.

        Parameters:
        secretCode - A unique generated shared secret code that is used by the TOTP algorithm to generate a one-time code.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • session

        AssociateSoftwareTokenResponse.Builder session​(String session)

        The session identifier that maintains the state of authentication requests and challenge responses. This session ID is valid for the next request in this flow, VerifySoftwareToken.

        Parameters:
        session - The session identifier that maintains the state of authentication requests and challenge responses. This session ID is valid for the next request in this flow, VerifySoftwareToken.
        Returns:
        Returns a reference to this object so that method calls can be chained together.