Skip to content

AccountService class

Allows working with remote user Account entities.

public class AccountService : AdminServiceBase<Account>

Public Members

name description
AccountService() The default constructor.
ChangePassword(…) Requests a password change.
ConfirmPasswordReset(…) Sends a request to confirm a password reset. This is the last step in a password-reset workflow.
NewInstance(…) Requests a new, properly initialized Account instance.
RequestPasswordReset(…) Requests a password reset.
ValidateResetToken(…) Requests the validation of a password reset token.

See Also