File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/posit/connect/external Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ def _get_auth_type(local_auth_type: str) -> str:
7878
7979
8080class PositContentCredentialsProvider :
81- """CredentialsProvider implementation which initiates a credential exchange using a content-session-token.
81+ """` CredentialsProvider` implementation which initiates a credential exchange using a content-session-token.
8282
8383 The content-session-token is provided by Connect through the environment variable `CONNECT_CONTENT_SESSION_TOKEN`.
8484
@@ -97,7 +97,7 @@ def __call__(self) -> Dict[str, str]:
9797
9898
9999class PositCredentialsProvider :
100- """CredentialsProvider implementation which initiates a credential exchange using a user-session-token.
100+ """` CredentialsProvider` implementation which initiates a credential exchange using a user-session-token.
101101
102102 The user-session-token is provided by Connect through the HTTP session header
103103 `Posit-Connect-User-Session-Token`.
You can’t perform that action at this time.
0 commit comments