AccessTokenParse Method

CVB.Net Documentation
Parses the given json access token.

Namespace:  Stemmer.Cvb.Driver
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public static AccessToken Parse(
	string json
)

Parameters

json
Type: SystemString
Access token as a json text.

Return Value

Type: AccessToken
Parsed object.
See Also

Reference