RTCIdentityProviderRegistrar

Undocumented in source.

Constructors

this
this(Handle h)
Undocumented in source.

Alias This

handle

Members

Functions

generateAssertion
auto generateAssertion(string contents, string origin, RTCIdentityProviderOptions options)
Undocumented in source. Be warned that the author may not have intended to support it.
generateAssertion
auto generateAssertion(string contents, string origin)
Undocumented in source. Be warned that the author may not have intended to support it.
hasIdp
bool hasIdp()
Undocumented in source. Be warned that the author may not have intended to support it.
register
void register(RTCIdentityProvider idp)
Undocumented in source. Be warned that the author may not have intended to support it.
validateAssertion
auto validateAssertion(string assertion, string origin)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

handle
JsHandle handle;
Undocumented in source.

Meta