Click or drag to resize

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
C#
bool TryToGetUserToken(
	string accessToken,
	out UserToken userToken
)

Parameters

accessToken
Type: SystemString
The access otken
userToken
Type: UserToken
The returned user token

Return Value

Type: Boolean
Return true if the access token is valid. Otherwise, return false.
See Also