Home
last modified time | relevance | path

Searched defs:grantedScopes (Results 1 – 2 of 2) sorted by relevance

/external/google-auth-library-java/oauth2_http/javatests/com/google/auth/oauth2/
DMockTokenServerTransport.java64 final Map<String, String> grantedScopes = new HashMap<String, String>(); field in MockTokenServerTransport
89 String grantedScopes, in addAuthorizationCode()
109 String refreshToken, String accessTokenToReturn, String grantedScopes) { in addRefreshToken()
/external/google-auth-library-java/oauth2_http/java/com/google/auth/oauth2/
DUserAuthorizer.java423 List<String> grantedScopes = new ArrayList<>(); in storeCredentials() local