PostPasskeyRegisterVerify constructor

PostPasskeyRegisterVerify(
  1. String flowId,
  2. String label,
  3. Map<String, dynamic> credential, {
  4. dynamic onSuccess(
    1. Response
    )?,
  5. dynamic onError(
    1. ApiError
    )?,
})

Implementation

PostPasskeyRegisterVerify(
  this.flowId,
  this.label,
  this.credential, {
  this.onSuccess,
  this.onError,
}) : super("$_PATH", {
        "flowId": flowId,
        "label": label,
        "credential": credential,
      });