Values.GetBackendAuthResponseSourceGets a backend auth details.
type nonrec t = {appId : string option;The app ID.
*)backendEnvironmentName : string option;The name of the backend environment.
*)error : string option;If the request fails, this error is returned.
*)resourceConfig : CreateBackendAuthResourceConfig.t option;The resource configuration for authorization requests to the backend of your Amplify project.
*)resourceName : string option;The name of this resource.
*)}type nonrec error = [ | `BadRequestException of BadRequestException.t| `GatewayTimeoutException of GatewayTimeoutException.t| `NotFoundException of NotFoundException.t| `TooManyRequestsException of TooManyRequestsException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `BadRequestException of BadRequestException.t
| `GatewayTimeoutException of GatewayTimeoutException.t
| `NotFoundException of NotFoundException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `BadRequestException of BadRequestException.t
| `GatewayTimeoutException of GatewayTimeoutException.t
| `NotFoundException of NotFoundException.t
| `TooManyRequestsException of TooManyRequestsException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `String of string
| `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Boolean of bool
| `Enum of string
| `List of [> `Enum of string ] list
| `String of string
| `Structure of
(string
* [> `Double of float
| `Enum of string
| `List of
[> `Enum of string | `String of string ] list
| `String of string
| `Structure of
(string
* [> `List of [> `Enum of string ] list
| `String of string
| `Structure of
(string * [> `String of string ]) list ])
list ])
list ])
list ])
list ])
list ]