This article needs a technical review. How you can help.
This article needs an editorial review. How you can help.
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 in the credential
member of the init
object for global fetch
.
Syntax
var myCredential = new FederatedCredential(init)
Parameters
- init
- Options are as follows:
provider
: AUSVString
identifying the credential provider.
Specifications
Specification | Status | Comment |
---|---|---|
Credential Management Level 1 | Editor's Draft | Initial definition. |
Browser compatibility
Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari (WebKit) |
---|---|---|---|---|---|
Basic support | 51.0 | ? | ? | ? | ? |
Feature | Android | Android Webview | Firefox Mobile (Gecko) | Firefox OS | IE Mobile | Opera Mobile | Safari Mobile | Chrome for Android |
---|---|---|---|---|---|---|---|---|
Basic support | No support | 51.0 | ? | ? | ? | ? | ? | 51.0 |