Type Alias WithIdentityProvider

Source
pub type WithIdentityProvider<I, C> = Config<I, <C as IntoConfig>::MlsRules, <C as IntoConfig>::CryptoProvider>;
Available on crate feature external_client only.
Expand description

Change the identity validator used by a client configuration.

See ExternalClientBuilder::identity_provider.

Aliased Typeยง

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