Skip to content

Commit f5f2266

Browse files
committed
Add device code grant to support grant claiims
1 parent 535b287 commit f5f2266

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/oauth2/rfc6749/endpoints/test_metadata.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ def test_server_metadata(self):
9898
"scopes_supported": ["email", "profile"],
9999
"grant_types_supported": [
100100
"authorization_code",
101+
"urn:ietf:params:oauth:grant-type:device_code",
101102
"password",
102103
"client_credentials",
103104
"refresh_token",

0 commit comments

Comments
 (0)