KlusterKite  0.0.0
A framework to create scalable and redundant services based on awesome Akka.Net project.
KlusterKite.Web.Authentication.GrantTokenResponse Class Reference

The response for the successful authentication token grant 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 ExpiresIn [get, set]
 Gets or sets the number of seconds before access token will expire More...
 
string RefreshToken [get, set]
 Gets or sets the refresh token value More...
 
string Scope [get, set]
 Gets or sets the provided scope More...
 

Detailed Description

The response for the successful authentication token grant

Definition at line 20 of file GrantTokenResponse.cs.

Property Documentation

◆ AccessToken

string KlusterKite.Web.Authentication.GrantTokenResponse.AccessToken
getset

Gets or sets the access token value

Definition at line 27 of file GrantTokenResponse.cs.

◆ ExpiresIn

int KlusterKite.Web.Authentication.GrantTokenResponse.ExpiresIn
getset

Gets or sets the number of seconds before access token will expire

Definition at line 41 of file GrantTokenResponse.cs.

◆ RefreshToken

string KlusterKite.Web.Authentication.GrantTokenResponse.RefreshToken
getset

Gets or sets the refresh token value

Definition at line 48 of file GrantTokenResponse.cs.

◆ Scope

string KlusterKite.Web.Authentication.GrantTokenResponse.Scope
getset

Gets or sets the provided scope

Definition at line 55 of file GrantTokenResponse.cs.

◆ TokenType

string KlusterKite.Web.Authentication.GrantTokenResponse.TokenType
getset

Gets or sets the token type

Definition at line 34 of file GrantTokenResponse.cs.


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