Typescript Library Declarations (DOM)
Interface Credential
Available only in secure contexts.
MDN Reference
interface
Credential
{
id
:
string
;
type
:
string
;
}
Hierarchy
Credential (
view full
)
PublicKeyCredential
Index
Properties
id
type
Properties
Readonly
id
id
:
string
MDN Reference
Readonly
type
type
:
string
MDN Reference
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
id
type
Typescript Library Declarations (DOM)
Available only in secure contexts.
MDN Reference