TokenInfo¶
Namespace: Database.EntityFramework.Models
Represents a refresh token entry for a user, including expiration and token details.
Inheritance Object → TokenInfo
Properties¶
ExpiredAt¶
Gets or sets the expiration date and time of the refresh token.
Property Value¶
Id¶
Gets or sets the unique identifier for the token entry.
Property Value¶
RefreshToken¶
Gets or sets the refresh token string.
Property Value¶
Username¶
Gets or sets the username associated with the refresh token.