WampE2eeKeySelectionRule constructor
const
WampE2eeKeySelectionRule({
- required String keyId,
- List<
WampE2eeDirection> ? directions, - List<
WampE2eeMessageType> ? messageTypes, - List<
String> ? realms, - List<
String> ? uris, - List<
String> ? uriPrefixes, - List<
String> ? localAuthIds, - List<
String> ? localAuthRoles, - List<
String> ? localAuthProviders, - List<
String> ? peerAuthIds, - List<
String> ? peerAuthRoles, - List<
String> ? peerAuthProviders, - int? minPeerTrustLevel,
- int? maxPeerTrustLevel,
Implementation
const WampE2eeKeySelectionRule({
required this.keyId,
this.directions,
this.messageTypes,
this.realms,
this.uris,
this.uriPrefixes,
this.localAuthIds,
this.localAuthRoles,
this.localAuthProviders,
this.peerAuthIds,
this.peerAuthRoles,
this.peerAuthProviders,
this.minPeerTrustLevel,
this.maxPeerTrustLevel,
});