IOT Dash
Properties | List of all members
IotDash.Contracts.V1.AuthResponse Class Reference
Inheritance diagram for IotDash.Contracts.V1.AuthResponse:
Inheritance graph
[legend]
Collaboration diagram for IotDash.Contracts.V1.AuthResponse:
Collaboration graph
[legend]

Properties

string? Token [get]
 
string? RefreshToken [get]
 
- Properties inherited from IotDash.Contracts.V1.StatusResponse<(string Token, string RefreshToken), AuthResponse >
bool Success [get]
 
IEnumerable< string >? Errors [get]
 
TValue? Value [get]
 

Additional Inherited Members

- Public Member Functions inherited from IotDash.Contracts.V1.StatusResponse<(string Token, string RefreshToken), AuthResponse >
IActionResult AsOkOrBadRequest ()
 
- Static Public Member Functions inherited from IotDash.Contracts.V1.StatusResponse<(string Token, string RefreshToken), AuthResponse >
static TInherited Succeed (TValue? value)
 
static TInherited Fail (string errorMessage)
 
static TInherited Fail (IEnumerable< string > errors)
 
static BadRequestObjectResult BadRequest (IEnumerable< string > errors)
 
static BadRequestObjectResult BadRequest (string error)
 
static ConflictObjectResult Conflict (IEnumerable< string > errors)
 
static ConflictObjectResult Conflict (string error)
 
static NotFoundObjectResult NotFound (IEnumerable< string > errors)
 
static NotFoundObjectResult NotFound (string error)
 
static NoContentResult NoContent ()
 
static OkObjectResult Ok (TValue value)
 
static CreatedAtRouteResult Created (string locationUri, TValue value)
 

Detailed Description

Represents result of an authentication


The documentation for this class was generated from the following file: