C# Client Library
A C# Client Library for the AnalyzeRe REST API
Loading...
Searching...
No Matches
AnalyzeRe.Authentication.IAccessToken Interface Reference

An AccessToken storing authentication information for requests made to the server. More...

Properties

string access_token [get, set]
 The AccessToken identifier.
 
string AuthorizationMethod [get]
 The Authorization Method included in the Authorization header.
 
AccessTokenStatus status [get, set]
 The AccessToken's current AccessTokenStatus (unauthorized / valid).
 

Detailed Description

An AccessToken storing authentication information for requests made to the server.

Definition at line 7 of file IAccessToken.cs.

Inheritance diagram for AnalyzeRe.Authentication.IAccessToken:
AnalyzeRe.Authentication.BasicAuthenticationToken AnalyzeRe.Authentication.OauthAccessToken

Property Documentation

◆ access_token

string AnalyzeRe.Authentication.IAccessToken.access_token
getset

The AccessToken identifier.

Implemented in AnalyzeRe.Authentication.BasicAuthenticationToken, and AnalyzeRe.Authentication.OauthAccessToken.

Definition at line 16 of file IAccessToken.cs.

◆ AuthorizationMethod

string AnalyzeRe.Authentication.IAccessToken.AuthorizationMethod
get

The Authorization Method included in the Authorization header.

Implemented in AnalyzeRe.Authentication.BasicAuthenticationToken, and AnalyzeRe.Authentication.OauthAccessToken.

Definition at line 12 of file IAccessToken.cs.

◆ status

AccessTokenStatus AnalyzeRe.Authentication.IAccessToken.status
getset

The AccessToken's current AccessTokenStatus (unauthorized / valid).

Implemented in AnalyzeRe.Authentication.BasicAuthenticationToken, and AnalyzeRe.Authentication.OauthAccessToken.

Definition at line 20 of file IAccessToken.cs.


The documentation for this interface was generated from the following file: