Awso_cognito_idp.CompleteWebAuthnRegistrationRequestSourceCompletes registration of a passkey authenticator for the currently signed-in user. Authorize this action with a signed-in user's access token. It must include the scope aws.cognito.signin.user.admin.
type nonrec t = {accessToken : TokenModelType.t;A valid access token that Amazon Cognito issued to the currently signed-in user. Must include a scope claim for aws.cognito.signin.user.admin.
*)credential : Document.t;A RegistrationResponseJSON public-key credential response from the user's passkey provider.
*)}val to_value :
t ->
[> `Structure of
(string * [> `String of TokenModelType.t | `Structure of 'a list ]) list ]