Property AccessToken
AccessToken
Gets or sets the access token.
Declaration
[[System.Text.Json.Serialization.JsonIgnore(Condition=System.Text.Json.Serialization.JsonIgnoreCondition.WhenWritingDefault)]]
public string? AccessToken { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Usually needs an attached d= or t= prefix to make sure it's recognized. Property used for SISU authorization.