Searched defs:BasicWithCustomProvider (Results 1 – 1 of 1) sorted by relevance
53 pub struct BasicWithCustomProvider { struct54 pub(crate) basic: BasicIdentityProvider,55 pub(crate) allow_any_custom: bool,56 supported_cred_types: Vec<CredentialType>,59 impl BasicWithCustomProvider { impl62 pub fn new(basic: BasicIdentityProvider) -> BasicWithCustomProvider { in new()108 impl Default for BasicWithCustomProvider { implementation116 impl IdentityProvider for BasicWithCustomProvider { implementation