apis/webrtc_identity library
Classes
- RTCConfiguration
- RTCConfigurationValue
- RTCError
- RTCErrorInit
- RTCErrorInitValue
- RTCIdentityAssertionResult
- RTCIdentityAssertionResultValue
- RTCIdentityProvider
- RTCIdentityProviderDetails
- RTCIdentityProviderDetailsValue
- RTCIdentityProviderOptions
- RTCIdentityProviderOptionsValue
- RTCIdentityProviderValue
- RTCIdentityValidationResult
- RTCIdentityValidationResultValue
- RTCPeerConnection
Typedefs
-
GenerateAssertionCallback
= Future<
RTCIdentityAssertionResult> Function(String contents, String origin, RTCIdentityProviderOptions options) - RTCErrorDetailTypeIdp = String
-
ValidateAssertionCallback
= Future<
RTCIdentityValidationResult> Function(String assertion, String origin)