Searched defs:CredentialSource (Results 1 – 3 of 3) sorted by relevance
/external/rust/beto-rust/nearby/presence/np_adv/src/credential/ |
D | source.rs | 33 pub trait CredentialSource<'a, V: ProtocolVersion> trait 65 impl<'a, 'b, V: ProtocolVersion, M: MatchedCredential> CredentialSource<'a, V> impl
|
D | book.rs | 455 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/ |
D | ExternalAccountCredentials.java | 964 abstract static class CredentialSource implements java.io.Serializable { class in ExternalAccountCredentials 968 CredentialSource(Map<String, Object> credentialSourceMap) { in CredentialSource() method in ExternalAccountCredentials.CredentialSource
|