Skip to content

Commit

Permalink
-- Fixed doc bug about authenticating with an existing OAuth token.
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler.spens committed Sep 14, 2023
1 parent f68ee08 commit 7c22d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rst/tpp/usage/examples/authentication.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Reusing An OAuth Token
from pyvenafi.tpp import Authenticate
api = Authenticate(
host='tppserver.mycompany.com', token='IpGB3icCfMn6YeyIvWu9tB==', **my_oauth_application
host='tppserver.mycompany.com', token='Bearer IpGB3icCfMn6YeyIvWu9tB==', **my_oauth_application
)
.. _proxy_auth:
Expand Down

0 comments on commit 7c22d32

Please sign in to comment.