Skip to content

Commit

Permalink
Fix docs for OpenIDCode via #439
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Mar 18, 2022
1 parent 01e95ad commit 1735d03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion authlib/oidc/core/grants/code.py
Expand Up @@ -93,7 +93,7 @@ class OpenIDCode(OpenIDToken):
MUST implement the missing methods::
class MyOpenIDCode(OpenIDCode):
def get_jwt_config(self):
def get_jwt_config(self, grant):
return {...}
def exists_nonce(self, nonce, request):
Expand Down

0 comments on commit 1735d03

Please sign in to comment.