Constructor TokenData
TokenData(string, string)
The data associated with the token.
Declaration
[Preserve]
public TokenData(string tokenValue = null, string uri = null)
Parameters
Type | Name | Description |
---|---|---|
string | tokenValue | The value of the token. |
string | uri | The URI of the token, if applicable. |