C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
AccessTokenStatus.cs
Go to the documentation of this file.
2{
6 public enum AccessTokenStatus
7 {
11 Unknown = 0,
19 Valid
20 }
21}
AccessTokenStatus
An AccessToken's status (unauthorized / valid).
@ Valid
Indicates that the AccessToken has previously been authenticated.
@ Unknown
Indicates that no attempt has been made to authenticate with this access token.
@ Unauthorized
Indicates that the AccessToken has not been authenticated.