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.
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`
(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`
(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`
(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`
(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`
(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`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close