Definition
Credential Management Level 1 defines Credential
[Exposed=Window, SecureContext]
interface Credential {
readonly attribute USVString id;
readonly attribute DOMString type;
static Promise<boolean> isConditionalMediationAvailable();
static Promise<undefined> willRequestConditionalCreation();
};
Methods and attributes that return objects implementing Credential
Referring IDL interfaces/dictionaries
Referring specifications
- Digital Credentials refers to
Credential
- WebOTP API refers to
Credential
- Federated Credential Management API refers to
Credential
- Web Authentication: An API for accessing Public Key Credentials - Level 3 refers to
Credential