Click or drag to resize
ParaPlan Logo

UserServiceRefreshToken Method

Allows an expired token to be refreshed

Namespace:  ParaPlanREST
Assembly:  ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public string RefreshToken(
	string Token,
	string UserName,
	string Password,
	string Device
)

Parameters

Token
Type: SystemString
Existing expired token
UserName
Type: SystemString
Email address of user
Password
Type: SystemString
Hashed password
Device
Type: SystemString
Device name used when logging into API

Return Value

Type: String
New token to sign API calls
See Also