AccountClient Methods |
The AccountClient type exposes the following members.
Name | Description | |
---|---|---|
AccountActivation |
Activates a specified Account using a valid Account Activation Request RSN.
Remarks
| |
AccountPasswordReset | Enables an Account holder to set the Account Password using a valid Reset Password Request RSN. Remarks
| |
ManagementGroupAuthenticate | Validates the Token submitted, and returns a small set of Account Details. A new Token is issued, which is to be used for calling Web Service Methods that require Token Authentication. Remarks
| |
ManagementGroupLogin | Validates Account Credentials. If the Account Credentials are valid, then a Token is returned, along with the a small set of Account Details. An Authenticated Token will allow the the Account holder access to Web Service Methods that require Token Authentication. Remarks
| |
ManagementGroupLoginActiveMembershipOnly | Validates Account Credentials. If the Account Credentials are valid, then a Token is returned, along with the a small set of Account Details. An Authenticated Token will allow the the Account holder access to Web Service Methods that require Token Authentication. Remarks
| |
ManagementGroupLogout | Logout an Account. The current Token will be expired, and no longer available for use. | |
ManagementGroupValidate | Validates the Token submitted, and returns the Account RSN linked to the Token. | |
RequestManagementGroupAccountActivation | Generates an Account Activation Request RSN. The Account Activation Request RSN value can be passed to the Web Service Method: Account Activation to set an Account Status to Active. Remarks
| |
RequestManagementGroupAccountPasswordReset | Generates a Reset Password Request RSN, facilitating Reset Forgotten Password function for an Account. The Reset Password Request RSN value can be passed to the Web Service Method: Account Password Reset to enable the Account holder to change their Password. Remarks
| |
UpdateAccountPassword |
Enables an Account holder to set the Account Password using a valid Token.
Remarks
|