Interface AssociateSoftwareTokenResponse.Builder

  • Method Details

    • 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

      The session identifier that maintains the state of authentication requests and challenge responses.

      Parameters:
      session - The session identifier that maintains the state of authentication requests and challenge responses.
      Returns:
      Returns a reference to this object so that method calls can be chained together.