Skip to content

Commit 485d0bd

Browse files
committed
Add device code to refresh token mapping
1 parent 232df5d commit 485d0bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

oauth2_provider/oauth2_validators.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
"client_credentials": (AbstractApplication.GRANT_CLIENT_CREDENTIALS,),
5353
"refresh_token": (
5454
AbstractApplication.GRANT_AUTHORIZATION_CODE,
55+
AbstractApplication.GRANT_DEVICE_CODE,
5556
AbstractApplication.GRANT_PASSWORD,
5657
AbstractApplication.GRANT_CLIENT_CREDENTIALS,
5758
AbstractApplication.GRANT_OPENID_HYBRID,

0 commit comments

Comments
 (0)