Liking cljdoc? Tell your friends :D

web.Credential

The Credential interface of the the Credential Management API information about an entity as a prerequisite to a trust decision.

The Credential interface of the the Credential Management API
information about an entity as a prerequisite to a trust decision.
raw docstring

idcljs

(id this)

Property.

The id property of the web.Credential interface returns a dom.DOMString the credential's identifier. This might be any one of a GUID, or email address.

var id = Credential.id;

See also: https://developer.mozilla.org/en-US/docs/Web/API/Credential/id

Property.

The id property of the `web.Credential` interface returns a `dom.DOMString`
the credential's identifier. This might be any one of a GUID,
or email address.

`var id = Credential.id;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/Credential/id`
sourceraw docstring

namecljs

(name this)

Property.

The name property of the web.Credential interface returns a containing the name associated with a credential.

var credName = Credential.name;

See also: https://developer.mozilla.org/en-US/docs/Web/API/Credential/name

Property.

The name property of the `web.Credential` interface returns a
containing the name associated with a credential.

`var credName = Credential.name;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/Credential/name`
sourceraw docstring

set-id!cljs

(set-id! this val)

Property.

The id property of the web.Credential interface returns a dom.DOMString the credential's identifier. This might be any one of a GUID, or email address.

var id = Credential.id;

See also: https://developer.mozilla.org/en-US/docs/Web/API/Credential/id

Property.

The id property of the `web.Credential` interface returns a `dom.DOMString`
the credential's identifier. This might be any one of a GUID,
or email address.

`var id = Credential.id;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/Credential/id`
sourceraw docstring

set-name!cljs

(set-name! this val)

Property.

The name property of the web.Credential interface returns a containing the name associated with a credential.

var credName = Credential.name;

See also: https://developer.mozilla.org/en-US/docs/Web/API/Credential/name

Property.

The name property of the `web.Credential` interface returns a
containing the name associated with a credential.

`var credName = Credential.name;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/Credential/name`
sourceraw docstring

set-type!cljs

(set-type! this val)

Property.

The type property of the web.Credential interface returns a containing the credential's type. Valid values are password and

var credType = Credential.type;

See also: https://developer.mozilla.org/en-US/docs/Web/API/Credential/type

Property.

The type property of the `web.Credential` interface returns a
containing the credential's type. Valid values are password and

`var credType = Credential.type;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/Credential/type`
sourceraw docstring

typecljs

(type this)

Property.

The type property of the web.Credential interface returns a containing the credential's type. Valid values are password and

var credType = Credential.type;

See also: https://developer.mozilla.org/en-US/docs/Web/API/Credential/type

Property.

The type property of the `web.Credential` interface returns a
containing the credential's type. Valid values are password and

`var credType = Credential.type;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/Credential/type`
sourceraw docstring

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

× close