|
string? | Token [get] |
|
string? | RefreshToken [get] |
|
bool | Success [get] |
|
IEnumerable< string >? | Errors [get] |
|
TValue? | Value [get] |
|
|
IActionResult | AsOkOrBadRequest () |
|
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) |
|
Represents result of an authentication
The documentation for this class was generated from the following file:
- Contracts/V1/Responses/IdentityResponses.cs