UserService Class |
[Missing <summary> documentation for "T:ParaPlanREST.UserService"]
Namespace: ParaPlanREST
public class UserService
The UserService type exposes the following members.
| Name | Description | |
|---|---|---|
| UserService | Initializes a new instance of the UserService class |
| Name | Description | |
|---|---|---|
| ChangePassword |
Change a user's password
POST restURL/UserService/ChangePassword?Token={token}&Device={device} | |
| ClientIDForRegistration |
Returns potential candidates for user registration validation as well as a temporary token to sign future requests
| |
| CompleteRegistration |
Completes the new user registration and logs the user into the system
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Login |
Logs a user into the ParaPlan API.
| |
| LoginAsBob | ||
| LoginAsTim | ||
| LoginAsTimEnGraph | ||
| LoginWithPIN |
Logs a user into the ParaPlan API
| |
| Logoff | ||
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| pat | ||
| RefreshToken |
Allows an expired token to be refreshed
| |
| Register |
Registers a new user
POST restURL/UserService/Register?Device={device}&Token={password}&UTCOffset={utcOffset}&Agency={agency}&deviceToken={deviceToken}&deviceType={deviceType} | |
| SendEmail | ||
| SendPasswordReminder |
Remind a user of their password
| |
| SystemConfig |
Pulls the configuration for the agency of the logged in user. Call restUrl/userservice/config/?Token={token}&Device={device} | |
| SystemConfigLite | ||
| TestChangePassword | ||
| TestRegister | ||
| TestRegister2 | ||
| TestRegister3 | ||
| TestRegisterMP | ||
| TestScott | ||
| TestSendEmail | ||
| TestVersionHandler | ||
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| UpdatePassword | ||
| UrlMapper | ||
| Validate(SimpleRequest) | ||
| Validate(String, String) | ||
| VersionTrackerHandler |