title: FIDOPublicKeyCredentialAssertion
type: object
description: >-
  A data model representing an AssertionStatement from WebAuthN.

  https://github.com/mojaloop/documentation/blob/main/website/versioned_docs/v1.0.1/api/thirdparty/data-models.md#32130-authenticatorassertionresponse
properties:
  authenticatorData:
    type: string
    description: |
      Authenticator data object.
    minLength: 49
    maxLength: 256
  clientDataJSON:
    type: string
    description: |
      JSON string with client data.
    minLength: 121
    maxLength: 512
  signature:
    type: string
    description: |
      The signature generated by the private key associated with this credential.
    minLength: 59
    maxLength: 256
  userHandle:
    type: string
    description: |
      This field is optionally provided by the authenticator, and
      represents the user.id that was supplied during registration.
    minLength: 1
    maxLength: 88
