|
ITokenApiGetToken Method (String, String, UserType) |
[This is preliminary documentation and is subject to change.]
Generates an Api token
Namespace: SnapMD.VirtualCare.Sdk.InterfacesAssembly: SnapMD.VirtualCare.Sdk (in SnapMD.VirtualCare.Sdk.dll) Version: 1.24.0.23329 (1.0.0.0)
Syntaxstring GetToken(
string email,
string secret,
UserType userType
)
Function GetToken (
email As String,
secret As String,
userType As UserType
) As String
String^ GetToken(
String^ email,
String^ secret,
UserType userType
)
abstract GetToken :
email : string *
secret : string *
userType : UserType -> string
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:
StringToken string
See Also