diff options
Diffstat (limited to 'oauthlib/oauth2/rfc6749/endpoints/metadata.py')
-rw-r--r-- | oauthlib/oauth2/rfc6749/endpoints/metadata.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/oauthlib/oauth2/rfc6749/endpoints/metadata.py b/oauthlib/oauth2/rfc6749/endpoints/metadata.py index d30bfd7..81ee1de 100644 --- a/oauthlib/oauth2/rfc6749/endpoints/metadata.py +++ b/oauthlib/oauth2/rfc6749/endpoints/metadata.py @@ -161,10 +161,10 @@ class MetadataEndpoint(BaseEndpoint): response_types_supported REQUIRED. - * Other OPTIONAL fields: - jwks_uri - registration_endpoint - response_modes_supported + Other OPTIONAL fields: + jwks_uri, + registration_endpoint, + response_modes_supported grant_types_supported OPTIONAL. JSON array containing a list of the OAuth 2.0 grant |