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 UUID of the authenticated user. This isn't the same as username.

        Returns:
        The UUID of the authenticated user. This isn't the same as username.
      • 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