Interface VerifySoftwareTokenResponse.Builder

  • Method Details

    • status

      Amazon Cognito can accept or reject the code that you provide. This response parameter indicates the success of TOTP verification. Some reasons that this operation might return an error are clock skew on the user's device and excessive retries.

      Parameters:
      status - Amazon Cognito can accept or reject the code that you provide. This response parameter indicates the success of TOTP verification. Some reasons that this operation might return an error are clock skew on the user's device and excessive retries.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      Amazon Cognito can accept or reject the code that you provide. This response parameter indicates the success of TOTP verification. Some reasons that this operation might return an error are clock skew on the user's device and excessive retries.

      Parameters:
      status - Amazon Cognito can accept or reject the code that you provide. This response parameter indicates the success of TOTP verification. Some reasons that this operation might return an error are clock skew on the user's device and excessive retries.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • session

      This session ID satisfies an MFA_SETUP challenge. Supply the session ID in your challenge response.

      Parameters:
      session - This session ID satisfies an MFA_SETUP challenge. Supply the session ID in your challenge response.
      Returns:
      Returns a reference to this object so that method calls can be chained together.