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 c97af21 commit dcbc220Copy full SHA for dcbc220
oauth2_provider/oauth2_validators.py
@@ -56,6 +56,7 @@
56
AbstractApplication.GRANT_CLIENT_CREDENTIALS,
57
AbstractApplication.GRANT_OPENID_HYBRID,
58
),
59
+ "urn:ietf:params:oauth:grant-type:device_code": (AbstractApplication.GRANT_DEVICE_CODE,)
60
}
61
62
Application = get_application_model()
0 commit comments