Home
last modified time | relevance | path

Searched defs:CredentialSource (Results 1 – 3 of 3) sorted by relevance

/external/rust/beto-rust/nearby/presence/np_adv/src/credential/
Dsource.rs33 pub trait CredentialSource<'a, V: ProtocolVersion> trait
65 impl<'a, 'b, V: ProtocolVersion, M: MatchedCredential> CredentialSource<'a, V> impl
Dbook.rs455 impl<'a, V: ProtocolVersion, S, const N: usize> CredentialSource<'a, V> impl
523 impl<'a, V: ProtocolVersion, M: MatchedCredential> CredentialSource<'a, V> impl
/external/google-auth-library-java/oauth2_http/java/com/google/auth/oauth2/
DExternalAccountCredentials.java964 abstract static class CredentialSource implements java.io.Serializable { class in ExternalAccountCredentials
968 CredentialSource(Map<String, Object> credentialSourceMap) { in CredentialSource() method in ExternalAccountCredentials.CredentialSource