Table of Contents

Class RefreshTokenRequestDto

Namespace
KadicAuth.Application.Auth.DTOs
Assembly
KadicAuth.Application.dll
public sealed record RefreshTokenRequestDto
Inheritance
object
RefreshTokenRequestDto

Constructors

RefreshTokenRequestDto(string)

public RefreshTokenRequestDto(string RefreshToken)

Parameters

RefreshToken string

Properties

RefreshToken

public string RefreshToken { get; init; }

Property Value

string