diff options
author | Asif Saif Uddin <auvipy@gmail.com> | 2020-06-06 08:07:20 +0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-06 08:07:20 +0600 |
commit | 72269341361ef50b1bcd920740bdb1983f6a7337 (patch) | |
tree | 9362bb4efa6f849956ddf44b5a701c0fc8f8c7b2 /oauthlib/oauth2/rfc6749/endpoints/metadata.py | |
parent | dc4d464bc83588d345e021398618fc1da2705fe1 (diff) | |
parent | bda81b3cb6306dec19a6e60113e21b2933d0950c (diff) | |
download | oauthlib-doc-dynreg.tar.gz |
Merge branch 'master' into doc-dynregdoc-dynreg
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 |