libwasm.bindings.RTCIdentityProvider

Undocumented in source.

Members

Aliases

GenerateAssertionCallback
alias GenerateAssertionCallback = JsPromise!(RTCIdentityAssertionResult) delegate(string, string, RTCIdentityProviderOptions)
Undocumented in source.
ValidateAssertionCallback
alias ValidateAssertionCallback = JsPromise!(RTCIdentityValidationResult) delegate(string, string)
Undocumented in source.

Functions

RTCIdentityProvider_generateAssertion_Get
GenerateAssertionCallback RTCIdentityProvider_generateAssertion_Get(Handle )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RTCIdentityProvider_generateAssertion_Set
void RTCIdentityProvider_generateAssertion_Set(Handle , GenerateAssertionCallback )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RTCIdentityProvider_validateAssertion_Get
ValidateAssertionCallback RTCIdentityProvider_validateAssertion_Get(Handle )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
RTCIdentityProvider_validateAssertion_Set
void RTCIdentityProvider_validateAssertion_Set(Handle , ValidateAssertionCallback )
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

RTCIdentityAssertionResult
struct RTCIdentityAssertionResult
Undocumented in source.
RTCIdentityProvider
struct RTCIdentityProvider
Undocumented in source.
RTCIdentityProviderDetails
struct RTCIdentityProviderDetails
Undocumented in source.
RTCIdentityProviderOptions
struct RTCIdentityProviderOptions
Undocumented in source.
RTCIdentityProviderRegistrar
struct RTCIdentityProviderRegistrar
Undocumented in source.
RTCIdentityValidationResult
struct RTCIdentityValidationResult
Undocumented in source.

Meta