The FederatedCredential interface of the the Credential Management provides information about credentials from a federated identity A federated identity provider is an entity that a website trusts correctly authenticate a user, and that provides an API for that OpenID Connect is an example of a federated identity provider
The FederatedCredential interface of the the Credential Management provides information about credentials from a federated identity A federated identity provider is an entity that a website trusts correctly authenticate a user, and that provides an API for that OpenID Connect is an example of a federated identity provider
Constructor.
The FederatedCredential constructor creates a new web.credential.FederatedCredential object.
init Options are:
provider: A web.USVString; identifying the credential provider.
See also: https://developer.mozilla.org/en-US/docs/Web/API/FederatedCredential/FederatedCredential
Constructor. The FederatedCredential constructor creates a new `web.credential.FederatedCredential` object. init Options are: provider: A `web.USVString`; identifying the credential provider. See also: `https://developer.mozilla.org/en-US/docs/Web/API/FederatedCredential/FederatedCredential`
(protocol this)Property.
The protocol property of the web.credential.FederatedCredential
returns a read-only web.dom.DOMString containing a credential's
identity protocol. If this property is js.null, the protocol
be inferred from the FederatedCredential.provider property.
var protocol = FederatedCredential.protocol
See also: https://developer.mozilla.org/en-US/docs/Web/API/FederatedCredential/protocol
Property. The protocol property of the `web.credential.FederatedCredential` returns a read-only `web.dom.DOMString` containing a credential's identity protocol. If this property is `js.null`, the protocol be inferred from the `FederatedCredential.provider` property. `var protocol = FederatedCredential.protocol` See also: `https://developer.mozilla.org/en-US/docs/Web/API/FederatedCredential/protocol`
(provider this)Property.
The provider property of the web.credential.FederatedCredential
returns a web.USVString containing a credential's federated
provider.
var provider = FederatedCredential.provider
See also: https://developer.mozilla.org/en-US/docs/Web/API/FederatedCredential/provider
Property. The provider property of the `web.credential.FederatedCredential` returns a `web.USVString` containing a credential's federated provider. `var provider = FederatedCredential.provider` See also: `https://developer.mozilla.org/en-US/docs/Web/API/FederatedCredential/provider`
(set-protocol! this val)Property.
The protocol property of the web.credential.FederatedCredential
returns a read-only web.dom.DOMString containing a credential's
identity protocol. If this property is js.null, the protocol
be inferred from the FederatedCredential.provider property.
var protocol = FederatedCredential.protocol
See also: https://developer.mozilla.org/en-US/docs/Web/API/FederatedCredential/protocol
Property. The protocol property of the `web.credential.FederatedCredential` returns a read-only `web.dom.DOMString` containing a credential's identity protocol. If this property is `js.null`, the protocol be inferred from the `FederatedCredential.provider` property. `var protocol = FederatedCredential.protocol` See also: `https://developer.mozilla.org/en-US/docs/Web/API/FederatedCredential/protocol`
(set-provider! this val)Property.
The provider property of the web.credential.FederatedCredential
returns a web.USVString containing a credential's federated
provider.
var provider = FederatedCredential.provider
See also: https://developer.mozilla.org/en-US/docs/Web/API/FederatedCredential/provider
Property. The provider property of the `web.credential.FederatedCredential` returns a `web.USVString` containing a credential's federated provider. `var provider = FederatedCredential.provider` See also: `https://developer.mozilla.org/en-US/docs/Web/API/FederatedCredential/provider`
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs | 
| ← | Move to previous article | 
| → | Move to next article | 
| Ctrl+/ | Jump to the search field |