Searched defs:BasicCredential (Results 1 – 3 of 3) sorted by relevance
32 pub struct BasicCredential { struct39 impl Debug for BasicCredential { argument48 impl BasicCredential { impl50 pub fn new(identifier: Vec<u8>) -> BasicCredential { in new()61 impl BasicCredential { implementation71 impl MlsCredential for BasicCredential { implementation
160 pub fn as_basic(&self) -> Option<&BasicCredential> { in as_basic()
49 ) -> Result<&BasicCredential, BasicIdentityProviderError> { in resolve_basic_identity()