Type Alias WithIdentityProvider

Source
pub type WithIdentityProvider<I, C> = Config<<C as IntoConfig>::KeyPackageRepository, <C as IntoConfig>::PskStore, <C as IntoConfig>::GroupStateStorage, I, <C as IntoConfig>::MlsRules, <C as IntoConfig>::CryptoProvider>;
Expand description

Change the identity validator used by a client configuration.

See ClientBuilder::identity_provider.

Aliased Typeยง

struct WithIdentityProvider<I, C>(/* private fields */);