IIdentityApiTryToGetUserToken Method
|
Try to get the user token from the given access token.
Namespace:
Casewhere.Runtime.DSL.Api
Assembly:
Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.1.0
Syntax bool TryToGetUserToken(
string accessToken,
out UserToken userToken
)
Parameters
- accessToken
- Type: SystemString
The access otken - userToken
- Type: UserToken
The returned user token
Return Value
Type:
BooleanReturn true if the access token is valid. Otherwise, return false.
See Also