• onSuccess: (webauthn_encoded_result: string) => Promise<void>
▸ (webauthn_encoded_result): Promise<void>
A Callback function that will be triggered once biometrics signing is completed successfully.
| Name | Type |
|---|---|
webauthn_encoded_result | string |
Promise<void>
• Optional onError: (err: SdkError) => Promise<void>
▸ (err): Promise<void>
A Callback function that will be triggered if authentication fails with an SdkError.
| Name | Type |
|---|---|
err | SdkError |
Promise<void>
• Optional onReady: () => void
▸ (): void
A Callback function that will be triggered when challenge excepted from the service and autofill is ready to use.
void