Skip to content

Commit 16c863d

Browse files
authored
Merge pull request #1366 from mattholy/patch-1
Fix some formatting error
2 parents 06ad258 + 0217d39 commit 16c863d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/sign-in-out.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,11 @@ If you have Connected Apps enabled, you can create JSON Web Tokens and use them
8181

8282
To sign in to Tableau Server or Tableau Cloud with a JWT, you'll need to have created a Connected App and generated the token locally (see [instructions to generate a JWT for your Connected App](https://help.tableau.com/current/server/en-us/connected_apps.htm#step-3-configure-the-jwt)):
8383

84+
```py
8485
class JWTAuth(Credentials):
8586
def __init__(self, jwt=None, site_id=None, user_id_to_impersonate=None):
87+
```
88+
8689
Name | Description
8790
:--- | :---
8891
JWT | The generated token value

0 commit comments

Comments
 (0)