Skip to main content
SubmitPasskeyCredentialOptions
Example
export interface SubmitPasskeyCredentialOptions extends CustomOptions {
  // No longer requires publicKey here, as it's sourced from this.screen.publicKey
}

Indexable

[key: string]: string | number | boolean | undefined