Interface ConfirmSignUpResponse.Builder

    • Method Detail

      • session

        ConfirmSignUpResponse.Builder session​(String session)

        A session identifier that you can use to immediately sign in the confirmed user. You can automatically sign users in with the one-time password that they provided in a successful ConfirmSignUp request. To do this, pass the Session parameter from this response in the Session parameter of an InitiateAuth or AdminInitiateAuth request.

        Parameters:
        session - A session identifier that you can use to immediately sign in the confirmed user. You can automatically sign users in with the one-time password that they provided in a successful ConfirmSignUp request. To do this, pass the Session parameter from this response in the Session parameter of an InitiateAuth or AdminInitiateAuth request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.