Values.AuthChallengeResponseEventSourceAn authentication verification event response by a third party authentication server to Amazon Q Business.
type nonrec t = {responseMap : AuthorizationResponseMap.t;The mapping of key-value pairs in an authentication challenge response.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of AuthResponseKey.t ]
* [> `String of AuthResponseValue.t ])
list ])
list ]