RefreshRequest Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The request type for the "/refresh" endpoint added by MapIdentityApi<TUser>(IEndpointRouteBuilder).
public sealed class RefreshRequest
type RefreshRequest = class
Public NotInheritable Class RefreshRequest
- Inheritance
-
RefreshRequest
Constructors
RefreshRequest() |
Properties
RefreshToken |
The RefreshToken from the last "/login" or "/refresh" response used to get a new AccessTokenResponse with an extended expiration. |