Click or drag to resize
ParaPlan Logo

UserServiceLoginWithPIN Method

Logs a user into the ParaPlan API

Namespace:  ParaPlanREST
Assembly:  ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public UserToken LoginWithPIN(
	string userName,
	string pin,
	string device,
	string version,
	string deviceToken,
	string utcOffSet
)

Parameters

userName
Type: SystemString
Email address of user
pin
Type: SystemString
Personal Indentification Number - needs to be hashed with SHA-512
device
Type: SystemString
Device name used when logging into API
version
Type: SystemString
Version of calling code
deviceToken
Type: SystemString
APNS token for device
utcOffSet
Type: SystemString
Users delta from UTC

Return Value

Type: UserToken
Information about the logged in user and a token for future API calls
See Also