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.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.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.FederatedCredential
interface
a read-only dom.DOMString
containing a credential's federated
protocol. If this property is web.null
, the protocol may be
from the web.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.FederatedCredential` interface a read-only `dom.DOMString` containing a credential's federated protocol. If this property is `web.null`, the protocol may be from the `web.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.FederatedCredential
interface
a web.USVString
containing a credential's federated identity
var provider = FederatedCredential.provider
See also: https://developer.mozilla.org/en-US/docs/Web/API/FederatedCredential/provider
Property. The provider property of the `web.FederatedCredential` interface a `web.USVString` containing a credential's federated identity `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.FederatedCredential
interface
a read-only dom.DOMString
containing a credential's federated
protocol. If this property is web.null
, the protocol may be
from the web.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.FederatedCredential` interface a read-only `dom.DOMString` containing a credential's federated protocol. If this property is `web.null`, the protocol may be from the `web.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.FederatedCredential
interface
a web.USVString
containing a credential's federated identity
var provider = FederatedCredential.provider
See also: https://developer.mozilla.org/en-US/docs/Web/API/FederatedCredential/provider
Property. The provider property of the `web.FederatedCredential` interface a `web.USVString` containing a credential's federated identity `var provider = FederatedCredential.provider` See also: `https://developer.mozilla.org/en-US/docs/Web/API/FederatedCredential/provider`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close