PostPasskeyAuthVerify constructor
PostPasskeyAuthVerify(})
Implementation
PostPasskeyAuthVerify(
this.flowId,
this.credential, {
this.permanent = true,
this.onSuccess,
this.onError,
}) : super("$_PATH", {
"flowId": flowId,
"permanent": permanent,
"credential": credential,
});