Class RefreshTokenRequestDto
- Namespace
- KadicAuth.Application.Auth.DTOs
- Assembly
- KadicAuth.Application.dll
public sealed record RefreshTokenRequestDto
- Inheritance
-
objectRefreshTokenRequestDto
Constructors
RefreshTokenRequestDto(string)
public RefreshTokenRequestDto(string RefreshToken)
Parameters
RefreshTokenstring
Properties
RefreshToken
public string RefreshToken { get; init; }
Property Value
- string