mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
[@types/webappsec-credential-management] Change RP ID to optional. (#36590)
See https://www.w3.org/TR/webauthn/#sctn-rp-credential-params
This commit is contained in:
parent
cf7dfa2e4b
commit
e7c7dc46e8
@ -399,7 +399,7 @@ interface PublicKeyCredentialRequestOptions {
|
||||
* @see {@link https://w3c.github.io/webauthn/#dictdef-publickeycredentialrpentity}
|
||||
*/
|
||||
interface PublicKeyCredentialRpEntity {
|
||||
id: string;
|
||||
id?: string;
|
||||
name: string;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user