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

Parameters

accessToken  String
The access token
userToken  UserToken
The returned user token

Return Value

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