Interface AssociateSoftwareTokenResponse.Builder

    • Method Detail

      • secretCode

        AssociateSoftwareTokenResponse.Builder secretCode​(String secretCode)

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

        Parameters:
        secretCode - A unique generated shared secret code that is used in 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 that should be passed both ways in challenge-response calls to the service. This allows authentication of the user as part of the MFA setup process.

        Parameters:
        session - The session that should be passed both ways in challenge-response calls to the service. This allows authentication of the user as part of the MFA setup process.
        Returns:
        Returns a reference to this object so that method calls can be chained together.