We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfd67a3 commit c1cb26fCopy full SHA for c1cb26f
oauth2_provider/oauth2_validators.py
@@ -52,6 +52,7 @@
52
"client_credentials": (AbstractApplication.GRANT_CLIENT_CREDENTIALS,),
53
"refresh_token": (
54
AbstractApplication.GRANT_AUTHORIZATION_CODE,
55
+ AbstractApplication.GRANT_DEVICE_CODE,
56
AbstractApplication.GRANT_PASSWORD,
57
AbstractApplication.GRANT_CLIENT_CREDENTIALS,
58
AbstractApplication.GRANT_OPENID_HYBRID,
0 commit comments