Table of Contents

Class ReviveRequestDto

Namespace
GastroSky.Models.DTO.Auth
Assembly
GastroSky.Models.dll

Request DTO for reviving an expired auth token.

public sealed class ReviveRequestDto
Inheritance
ReviveRequestDto
Inherited Members

Properties

DefibrillatorToken

Defibrillator token that was emitted by the login or the refresh endpoint.

Only if this is valid will a new auth token be returned by the revive endpoint!
[Required]
public string DefibrillatorToken { get; set; }

Property Value

string

ExpiredToken

The expired token that needs to be revived.

[Required]
public string ExpiredToken { get; set; }

Property Value

string