credentials property
CredentialsContainer
get
credentials
The credentials
read-only property of the Navigator interface
returns the CredentialsContainer object associated with the current
document, which exposes methods to request credentials. The
CredentialsContainer interface also notifies the user agent when an
interesting event occurs, such as a successful sign-in or sign-out. This
interface can be used for feature detection.
Implementation
external CredentialsContainer get credentials;