Click or drag to resize
Virtual Care ITokenApiGetToken Method (String, String, UserType)

[This is preliminary documentation and is subject to change.]

Generates an Api token

Namespace: SnapMD.VirtualCare.Sdk.Interfaces
Assembly: SnapMD.VirtualCare.Sdk (in SnapMD.VirtualCare.Sdk.dll) Version: 1.24.0.23329 (1.0.0.0)
Syntax
string GetToken(
	string email,
	string secret,
	UserType userType
)

Parameters

email
Type: SystemString
Email of the user
secret
Type: SystemString
Password of the user
userType
Type: SnapMD.VirtualCare.ApiModels.EnumsUserType
Type of user

Return Value

Type: String
Token string
See Also