Liking cljdoc? Tell your friends :D

web.credential.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.Credential interface a web.dom.DOMString containing the credential's identifier. might be any one of a GUID, username, 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.Credential` interface
a `web.dom.DOMString` containing the credential's identifier.
might be any one of a GUID, username, 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.Credential interface a web.dom.DOMString, containing the name associated with a

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.Credential` interface
a `web.dom.DOMString`, containing the name associated with a

`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.Credential interface a web.dom.DOMString containing the credential's identifier. might be any one of a GUID, username, 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.Credential` interface
a `web.dom.DOMString` containing the credential's identifier.
might be any one of a GUID, username, 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.Credential interface a web.dom.DOMString, containing the name associated with a

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.Credential` interface
a `web.dom.DOMString`, containing the name associated with a

`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.Credential interface a web.dom.DOMString containing the credential's type. Valid are password, federated and public-key.

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.Credential` interface
a `web.dom.DOMString` containing the credential's type. Valid
are password, federated and public-key.

`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.Credential interface a web.dom.DOMString containing the credential's type. Valid are password, federated and public-key.

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.Credential` interface
a `web.dom.DOMString` containing the credential's type. Valid
are password, federated and public-key.

`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