@creator.co/module-identity-client - v1.1.11
    Preparing search index...

    Represents a user in the IDM system.

    Index

    Constructors

    Properties

    isAutheticating: boolean

    A boolean flag indicating whether the user is currently authenticating.

    Methods

    • Asynchronously confirms password reset and logs in with the new password.

      Parameters

      • newPassword: string

        The new password to set.

      • code: string

        The verification code for password reset.

      • email: string

        The email address associated with the account.

      Returns Promise<AuthorizationResponse | ErrorResponse>

      A promise that resolves with the response data or an ErrorResponse object.