Class OAuthToken
Container class for the OAuth token.
Inheritance
System.Object
OAuthToken
Namespace: Den.Dev.Grunt.Models.Security
Assembly: Den.Dev.Grunt.dll
Syntax
[[System.Runtime.CompilerServices.Nullable(0)]]
[[System.Runtime.CompilerServices.NullableContext(2)]]
public class OAuthToken
Constructors
Name | Description |
---|---|
OAuthToken() |
Properties
Name | Description |
---|---|
AccessToken | Gets or sets the associated access token. |
ExpiresIn | Gets or sets the token validity duration. |
RefreshToken | Gets or sets the associated refresh token. |
Scope | Gets or sets the scope for the token. |
TokenType | Gets or sets the token type. |
UserId | Gets or sets the unique user ID. |