Class SignUpResponse

    • Method Detail

      • userConfirmed

        public final Boolean userConfirmed()

        A response from the server indicating that a user registration has been confirmed.

        Returns:
        A response from the server indicating that a user registration has been confirmed.
      • codeDeliveryDetails

        public final CodeDeliveryDetailsType codeDeliveryDetails()

        The code delivery details returned by the server response to the user registration request.

        Returns:
        The code delivery details returned by the server response to the user registration request.
      • userSub

        public final String userSub()

        The 128-bit ID of the authenticated user. This isn't the same as username.

        Returns:
        The 128-bit ID of the authenticated user. This isn't the same as username.
      • session

        public final String session()

        A session Id that you can pass to ConfirmSignUp when you want to immediately sign in your user with the USER_AUTH flow after they complete sign-up.

        Returns:
        A session Id that you can pass to ConfirmSignUp when you want to immediately sign in your user with the USER_AUTH flow after they complete sign-up.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object