We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87d3572 commit 3561923Copy full SHA for 3561923
README.md
@@ -48,7 +48,7 @@ issuer_url = 'https://login.inrupt.com'
48
49
# create a token provider
50
token_provider = DpopTokenProvider(
51
- token_endpoint=token_endpoint,
+ issuer_url=issuer_url,
52
client_id=client_id,
53
client_secret=client_secret
54
)
0 commit comments