IIdentityApiTryToGetUserToken Method
|
Try to get the user token from the given access token.
Namespace: Casewhere.Runtime.DSL.ApiAssembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.8.5.0
Syntaxbool TryToGetUserToken(
string accessToken,
out UserToken userToken
)
Parameters
- accessToken String
- The access token
- userToken UserToken
- The returned user token
Return Value
BooleanReturn true if the access token is valid. Otherwise, return false.
See Also