Typescript Library Declarations (DOM)
Interface PublicKeyCredentialDescriptor
interface
PublicKeyCredentialDescriptor
{
id
:
BufferSource
;
transports
?:
AuthenticatorTransport
[]
;
type
:
"public-key"
;
}
Index
Properties
id
transports?
type
Properties
id
id
:
BufferSource
Optional
transports
transports
?:
AuthenticatorTransport
[]
type
type
:
"public-key"
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
transports
type
Typescript Library Declarations (DOM)