The RTCIdentityErrorEvent interface represents an error associated
the identity provider (idP). This is usually for an web.video.RTCPeerConnection
.
events are sent with this type: idpassertionerror and idpvalidationerror.
The RTCIdentityErrorEvent interface represents an error associated the identity provider (idP). This is usually for an `web.video.RTCPeerConnection`. events are sent with this type: idpassertionerror and idpvalidationerror.
(idp this)
Property.
[Read Only] [Experimental]
The read-only property RTCIdentityErrorEvent.idp returns the describing the domain name of the identity provider (idp) generating error response event.
var idp = event.idp; event.idp = \"developer.mozilla.org\";
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIdentityErrorEvent/idp
Property. [Read Only] [Experimental] The read-only property RTCIdentityErrorEvent.idp returns the describing the domain name of the identity provider (idp) generating error response event. `var idp = event.idp; event.idp = \"developer.mozilla.org\";` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCIdentityErrorEvent/idp`
(login-url this)
Property.
[Read Only] [Experimental]
The read-only property RTCIdentityErrorEvent.loginUrl is a web.DOMString
the URL where the user can complete the authentication. It can
null and is provided by the identity provider (idp).
var loginUrl = event.loginUrl; event.loginUrl = \"https://developer.mozilla.org/fakeURL\";
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIdentityErrorEvent/loginUrl
Property. [Read Only] [Experimental] The read-only property RTCIdentityErrorEvent.loginUrl is a `web.DOMString` the URL where the user can complete the authentication. It can null and is provided by the identity provider (idp). `var loginUrl = event.loginUrl; event.loginUrl = \"https://developer.mozilla.org/fakeURL\";` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCIdentityErrorEvent/loginUrl`
(protocol this)
Property.
[Read Only] [Experimental]
The read-only property RTCIdentityErrorEvent.protocol is a web.DOMString
the Idp protocol in use.
var protocol = event.protocol; event.protocol = \"idp.html\";
See also: https://developer.mozilla.org/en-US/docs/Web/API/RTCIdentityErrorEvent/protocol
Property. [Read Only] [Experimental] The read-only property RTCIdentityErrorEvent.protocol is a `web.DOMString` the Idp protocol in use. `var protocol = event.protocol; event.protocol = \"idp.html\";` See also: `https://developer.mozilla.org/en-US/docs/Web/API/RTCIdentityErrorEvent/protocol`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close