IIdentity ApiTry To Get User Token Method
Try to get the user token from the given access token.
Definition
Namespace: Casewhere.Runtime.DSL.Api
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
Return true if the access token is valid. Otherwise, return false.
Assembly: Casewhere.Runtime (in Casewhere.Runtime.dll) Version: 2.9.8.6
C#
bool 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.