Class SpartanToken
Model containing the information about an issued Spartan V4 token.
Inheritance
System.Object
SpartanToken
Namespace: Den.Dev.Grunt.Models.Security
Assembly: Den.Dev.Grunt.dll
Syntax
[[System.Runtime.CompilerServices.Nullable(0)]]
[[System.Runtime.CompilerServices.NullableContext(2)]]
public class SpartanToken
Constructors
Name | Description |
---|---|
SpartanToken() |
Properties
Name | Description |
---|---|
ExpiresUtc | Gets or sets the token expiration date. |
Token | Gets or sets the Spartan token. |
TokenDuration | Gets or sets the token validity duration. |