C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
IAccessToken.cs
Go to the documentation of this file.
2{
7 public interface IAccessToken
8 {
12 string AuthorizationMethod { get; }
16 string access_token { get; set; }
21 }
22}
An AccessToken storing authentication information for requests made to the server.
string access_token
The AccessToken identifier.
string AuthorizationMethod
The Authorization Method included in the Authorization header.
AccessTokenStatus status
The AccessToken's current AccessTokenStatus (unauthorized / valid).
AccessTokenStatus
An AccessToken's status (unauthorized / valid).