FederatedCredential()
Non-standard: This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.
The FederatedCredential()
constructor creates a new FederatedCredential
object. In
supporting browsers, an instance of this class may be passed the credential
received from the init
object for global fetch()
.
Syntax
new FederatedCredential(init)
Parameters
init
-
Options are:
provider
-
A string; identifying the credential provider.
Specifications
Specification |
---|
Credential Management Level 1 # dom-federatedcredential-federatedcredential |
Browser compatibility
BCD tables only load in the browser