Module Awso_cognito_idp.CompleteWebAuthnRegistrationResponseSource

Completes 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.

Sourcetype nonrec t = unit
Sourcetype nonrec error = [
  1. | `ForbiddenException of ForbiddenException.t
  2. | `InternalErrorException of InternalErrorException.t
  3. | `InvalidParameterException of InvalidParameterException.t
  4. | `LimitExceededException of LimitExceededException.t
  5. | `NotAuthorizedException of NotAuthorizedException.t
  6. | `PasswordResetRequiredException of PasswordResetRequiredException.t
  7. | `TooManyRequestsException of TooManyRequestsException.t
  8. | `WebAuthnChallengeNotFoundException of WebAuthnChallengeNotFoundException.t
  9. | `WebAuthnClientMismatchException of WebAuthnClientMismatchException.t
  10. | `WebAuthnCredentialNotSupportedException of WebAuthnCredentialNotSupportedException.t
  11. | `WebAuthnNotEnabledException of WebAuthnNotEnabledException.t
  12. | `WebAuthnOriginNotAllowedException of WebAuthnOriginNotAllowedException.t
  13. | `WebAuthnRelyingPartyMismatchException of WebAuthnRelyingPartyMismatchException.t
  14. | `Unknown_operation_error of string * string option
]
Sourceval make : unit -> unit
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `ForbiddenException of ForbiddenException.t | `InternalErrorException of InternalErrorException.t | `InvalidParameterException of InvalidParameterException.t | `LimitExceededException of LimitExceededException.t | `NotAuthorizedException of NotAuthorizedException.t | `PasswordResetRequiredException of PasswordResetRequiredException.t | `TooManyRequestsException of TooManyRequestsException.t | `Unknown_operation_error of string * string option | `WebAuthnChallengeNotFoundException of WebAuthnChallengeNotFoundException.t | `WebAuthnClientMismatchException of WebAuthnClientMismatchException.t | `WebAuthnCredentialNotSupportedException of WebAuthnCredentialNotSupportedException.t | `WebAuthnNotEnabledException of WebAuthnNotEnabledException.t | `WebAuthnOriginNotAllowedException of WebAuthnOriginNotAllowedException.t | `WebAuthnRelyingPartyMismatchException of WebAuthnRelyingPartyMismatchException.t ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `ForbiddenException of ForbiddenException.t | `InternalErrorException of InternalErrorException.t | `InvalidParameterException of InvalidParameterException.t | `LimitExceededException of LimitExceededException.t | `NotAuthorizedException of NotAuthorizedException.t | `PasswordResetRequiredException of PasswordResetRequiredException.t | `TooManyRequestsException of TooManyRequestsException.t | `Unknown_operation_error of string * string option | `WebAuthnChallengeNotFoundException of WebAuthnChallengeNotFoundException.t | `WebAuthnClientMismatchException of WebAuthnClientMismatchException.t | `WebAuthnCredentialNotSupportedException of WebAuthnCredentialNotSupportedException.t | `WebAuthnNotEnabledException of WebAuthnNotEnabledException.t | `WebAuthnOriginNotAllowedException of WebAuthnOriginNotAllowedException.t | `WebAuthnRelyingPartyMismatchException of WebAuthnRelyingPartyMismatchException.t ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval of_header_and_body : ('a * 'b) -> unit
Sourceval to_value : 'a -> [> `Structure of 'b list ]
Sourceval to_query : 'a -> Awso.Client.Query.t
Sourceval of_xml : 'a -> unit
Sourceval of_string : string -> unit
Sourceval of_json : 'a -> unit
Sourceval to_json : 'a -> Yojson.Safe.t