Class TokenRequest
base dto for access/refresh token renewal requests
Inherited Members
Namespace: FastEndpoints.Security
Assembly: FastEndpoints.Security.dll
Syntax
public class TokenRequest
Properties
RefreshToken
a single-use refresh token which will be valid for the duration specified by RefreshExpiry
Declaration
public string RefreshToken { get; set; }
Property Value
Type | Description |
---|---|
string |
UserId
unique identifier of a user
Declaration
public string UserId { get; set; }
Property Value
Type | Description |
---|---|
string |