KlusterKite  0.0.0
A framework to create scalable and redundant services based on awesome Akka.Net project.
KlusterKite.Security.Attributes.TokenResponse Class Reference

The token description More...

Properties

string AccessToken [get, set]
 Gets or sets the access token value More...
 
string TokenType [get, set]
 Gets or sets the token type More...
 
int Expires [get, set]
 Gets or sets the token expiration in seconds More...
 
string RefreshToken [get, set]
 Gets or sets the refresh token value More...
 
string Scope [get, set]
 Gets or sets the access scope More...
 
string State [get, set]
 Gets or sets the access scope More...
 

Detailed Description

The token description

Definition at line 20 of file TokenResponse.cs.

Property Documentation

◆ AccessToken

string KlusterKite.Security.Attributes.TokenResponse.AccessToken
getset

Gets or sets the access token value

Definition at line 26 of file TokenResponse.cs.

◆ Expires

int KlusterKite.Security.Attributes.TokenResponse.Expires
getset

Gets or sets the token expiration in seconds

Definition at line 38 of file TokenResponse.cs.

◆ RefreshToken

string KlusterKite.Security.Attributes.TokenResponse.RefreshToken
getset

Gets or sets the refresh token value

Definition at line 44 of file TokenResponse.cs.

◆ Scope

string KlusterKite.Security.Attributes.TokenResponse.Scope
getset

Gets or sets the access scope

Definition at line 50 of file TokenResponse.cs.

◆ State

string KlusterKite.Security.Attributes.TokenResponse.State
getset

Gets or sets the access scope

Definition at line 56 of file TokenResponse.cs.

◆ TokenType

string KlusterKite.Security.Attributes.TokenResponse.TokenType
getset

Gets or sets the token type

Definition at line 32 of file TokenResponse.cs.


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