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.
(id this)
Property.
[Read Only] [Experimental]
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. [Read Only] [Experimental] 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`
(name this)
Property.
[Experimental]
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. [Experimental] 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`
(set-name! this val)
Property.
[Experimental]
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. [Experimental] 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`
(type this)
Property.
[Read Only] [Experimental]
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. [Read Only] [Experimental] 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`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close