Click or drag to resize
ParaPlan Logo

UserService Class

[Missing <summary> documentation for "T:ParaPlanREST.UserService"]

Inheritance Hierarchy
SystemObject
  ParaPlanRESTUserService

Namespace:  ParaPlanREST
Assembly:  ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class UserService

The UserService type exposes the following members.

Constructors
  NameDescription
Public methodUserService
Initializes a new instance of the UserService class
Top
Methods
  NameDescription
Public methodChangePassword
Change a user's password

POST restURL/UserService/ChangePassword?Token={token}&Device={device}

Public methodClientIDForRegistration
Returns potential candidates for user registration validation as well as a temporary token to sign future requests
Public methodCompleteRegistration
Completes the new user registration and logs the user into the system
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLogin
Logs a user into the ParaPlan API.
Public methodLoginAsBob
Public methodLoginAsTim
Public methodLoginAsTimEnGraph
Public methodLoginWithPIN
Logs a user into the ParaPlan API
Public methodLogoff
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodpat
Public methodRefreshToken
Allows an expired token to be refreshed
Public methodRegister
Registers a new user

POST restURL/UserService/Register?Device={device}&Token={password}&UTCOffset={utcOffset}&Agency={agency}&deviceToken={deviceToken}&deviceType={deviceType}

Public methodSendEmail
Public methodSendPasswordReminder
Remind a user of their password
Public methodSystemConfig
Pulls the configuration for the agency of the logged in user.
Call restUrl/userservice/config/?Token={token}&Device={device}
Public methodSystemConfigLite
Public methodTestChangePassword
Public methodTestRegister
Public methodTestRegister2
Public methodTestRegister3
Public methodTestRegisterMP
Public methodTestScott
Public methodTestSendEmail
Public methodTestVersionHandler
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdatePassword
Public methodUrlMapper
Public methodStatic memberValidate(SimpleRequest)
Public methodStatic memberValidate(String, String)
Public methodVersionTrackerHandler
Top
See Also