Liking cljdoc? Tell your friends :D

web.FederatedCredential

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
raw docstring

constructorcljs

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`
sourceraw docstring

protocolcljs

(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`
sourceraw docstring

providercljs

(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`
sourceraw docstring

set-protocol!cljs

(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`
sourceraw docstring

set-provider!cljs

(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`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close