Values.GetTokenResponseSourceGets the challenge token based on the given appId and sessionId.
type nonrec t = {appId : string option;The app ID.
*)challengeCode : string option;The one-time challenge code for authenticating into the Amplify Admin UI.
*)sessionId : string option;A unique ID provided when creating a new challenge token.
*)ttl : string option;The expiry time for the one-time generated token code.
*)}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 ]