Skip to content

Commit 3561923

Browse files
committed
docs: fix readme example
1 parent 87d3572 commit 3561923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ issuer_url = 'https://login.inrupt.com'
4848

4949
# create a token provider
5050
token_provider = DpopTokenProvider(
51-
token_endpoint=token_endpoint,
51+
issuer_url=issuer_url,
5252
client_id=client_id,
5353
client_secret=client_secret
5454
)

0 commit comments

Comments
 (0)