Add client_credentials grant type support

Closes gh-51
This commit is contained in:
Alexey Nesterov
2020-06-11 14:54:01 +01:00
committed by Joe Grandja
parent 88911641af
commit c40aec2eb4
12 changed files with 743 additions and 5 deletions

View File

@@ -14,5 +14,6 @@ dependencyManagement {
dependency 'org.mockito:mockito-core:latest.release'
dependency "com.squareup.okhttp3:mockwebserver:3.+"
dependency "com.squareup.okhttp3:okhttp:3.+"
dependency "com.jayway.jsonpath:json-path:2.+"
}
}