Searched defs:grantedScopes (Results 1 – 2 of 2) sorted by relevance
64 final Map<String, String> grantedScopes = new HashMap<String, String>(); field in MockTokenServerTransport89 String grantedScopes, in addAuthorizationCode()109 String refreshToken, String accessTokenToReturn, String grantedScopes) { in addRefreshToken()
423 List<String> grantedScopes = new ArrayList<>(); in storeCredentials() local