Parameter | Type | Required | Description |
---|---|---|---|
nickname | string | Yes | The nickame entered by the user. |
[key: string] | string | number | boolean | undefined | No | Additional data collected from the user. |
Parameter | Type | Required | Description |
---|---|---|---|
[key: string] | string | number | boolean | undefined | No | Optional data collected from user. |
Parameter | Type | Required | Description |
---|---|---|---|
[key: string] | string | number | boolean | undefined | No | Optional data collected from user. |
Parameter | Type | Required | Description |
---|---|---|---|
[key: string] | string | number | boolean | undefined | No | Optional data collected from user. |
Parameter | Type | Required | Description |
---|---|---|---|
[key: string] | string | number | boolean | undefined | No | Optional data collected from user. |
Parameter | Type | Required | Description |
---|---|---|---|
[key: string] | string | number | boolean | undefined | No | Optional data collected from user. |
Parameter | Type | Required | Description |
---|---|---|---|
[key: string] | string | number | boolean | undefined | No | Optional data collected from user. |
navigator.credentials.get()
operation. It sends the error details to the server with a specific action format.
Parameter | Type | Required | Description |
---|---|---|---|
error | message: string | name: string | Yes | The error object from the WebAuthn API (navigator.credentials.get()) to be reported. |
[key: string] | string | number | boolean | undefined | No | Additional data collected from the user. |
Parameter | Type | Required | Description |
---|---|---|---|
[key: string] | string | number | boolean | undefined | No | Optional data collected from user. |
Parameter | Type | Required | Description |
---|---|---|---|
rememberDevice | boolean | No | Remember the browser for future MFA challenges. Corresponds to the rememberBrowser form field. This is only applicable if screen.showRememberDevice is true. |
[key: string] | string | number | boolean | undefined | No | Additional data collected from the user. |
Parameter | Type | Required | Description |
---|---|---|---|
[key: string] | string | number | boolean | undefined | No | Optional data collected from user. |
navigator.credentials.create()
operation.
Parameter | Type | Required | Description |
---|---|---|---|
error | message: string | name: string | Yes | The error object from the WebAuthn API (navigator.credentials.get()) to be reported. |
[key: string] | string | number | boolean | undefined | No | Additional data collected from the user. |
Parameter | Type | Required | Description |
---|---|---|---|
[key: string] | string | number | boolean | undefined | No | Optional data collected from user. |
this.screen.publicKey
and submits the resulting credential to the server. This method internally calls createPasskeyCredentials
(which wraps navigator.credentials.create()
).
Parameter | Type | Required | Description |
---|---|---|---|
[key: string] | string | number | boolean | undefined | No | Optional data collected from user. |
navigator.credentials.get()
fails in a way that verify()
does not automatically handle, or if the developer wants to explicitly report an error before trying another action. It submits the error details with action: "showError::{errorDetails}"
.
Parameter | Type | Required | Description |
---|---|---|---|
error | message: string | name: string | Yes | The error object from the WebAuthn API (navigator.credentials.get()) to be reported. |
[key: string] | string | number | boolean | undefined | No | Additional data collected from the user. |
Parameter | Type | Required | Description |
---|---|---|---|
[key: string] | string | number | boolean | undefined | No | Optional data collected from user. |
navigator.credentials.get()
with the options provided in screen.data.publicKeyChallengeOptions
.
Parameter | Type | Required | Description |
---|---|---|---|
rememberDevice | boolean | No | Remember the browser for future MFA challenges. Corresponds to the rememberBrowser form field. This is only applicable if screen.showRememberDevice is true. |
[key: string] | string | number | boolean | undefined | No | Additional data collected from the user. |
Parameter | Type | Required | Description |
---|---|---|---|
[key: string] | string | number | boolean | undefined | No | Optional data collected from user. |
Parameter | Type | Required | Description |
---|---|---|---|
error | message: string | name: string | Yes | The error object from the WebAuthn API (navigator.credentials.get()) to be reported. |
[key: string] | string | number | boolean | undefined | No | Additional data collected from the user. |
Parameter | Type | Required | Description |
---|---|---|---|
[key: string] | string | number | boolean | undefined | No | Optional data collected from user. |