JwtToken¶
Namespace: Rest_API.Models
Represents a JWT token and its associated refresh token and metadata.
Properties¶
CreatedDate¶
Gets or sets the creation date and time of the JWT token.
Property Value¶
ExpiryDate¶
Gets or sets the expiry date and time of the JWT token.
Property Value¶
RefreshToken¶
Gets or sets the refresh token string.
Property Value¶
Roles¶
Gets or sets the user roles associated with the JWT token.
Property Value¶
Token¶
Gets or sets the JWT access token string.
Property Value¶
Constructors¶
JwtToken()¶
Caution¶
Constructors of types with required members are not supported in this version of your compiler.