Home
last modified time | relevance | path

Searched refs:credentialSourceMapWithFileTextSource (Results 1 – 1 of 1) sorted by relevance

/external/google-auth-library-java/oauth2_http/javatests/com/google/auth/oauth2/
DIdentityPoolCredentialsTest.java634 Map<String, Object> credentialSourceMapWithFileTextSource = new HashMap<>(); in identityPoolCredentialSource_validFormats() local
639 credentialSourceMapWithFileTextSource.put("file", "/path/to/file"); in identityPoolCredentialSource_validFormats()
657 credentialSourceMapWithFileTextSource.put("format", textFormat); in identityPoolCredentialSource_validFormats()
665 credentialSourceMapWithFileTextSource, in identityPoolCredentialSource_validFormats()
677 Map<String, Object> credentialSourceMapWithFileTextSource = new HashMap<>(); in identityPoolCredentialSource_caseInsensitive() local
682 credentialSourceMapWithFileTextSource.put("file", "/path/to/file"); in identityPoolCredentialSource_caseInsensitive()
700 credentialSourceMapWithFileTextSource.put("format", textFormat); in identityPoolCredentialSource_caseInsensitive()
708 credentialSourceMapWithFileTextSource, in identityPoolCredentialSource_caseInsensitive()