Class ReviveRequestDto
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
ExpiredToken
The expired token that needs to be revived.
[Required]
public string ExpiredToken { get; set; }