| UserServiceCompleteRegistration Method |
Completes the new user registration and logs the user into the system
Namespace:
ParaPlanREST
Assembly:
ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public UserToken CompleteRegistration(
VerifiedUser user,
string device,
string version,
string deviceToken,
string utcOffSet,
string deviceType
)
public:
UserToken^ CompleteRegistration(
VerifiedUser^ user,
String^ device,
String^ version,
String^ deviceToken,
String^ utcOffSet,
String^ deviceType
)
function CompleteRegistration(user, device, version, deviceToken, utcOffSet, deviceType);
Parameters
- user
- Type: ParaPlanREST.ModelsVerifiedUser
- 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 - deviceType
- Type: SystemString
Type of device for push notifications. Use APN or FCM
Return Value
Type:
UserTokenInformation about the logged in user and a token for future API calls
See Also