Skip to content

Commit 129ede9

Browse files
liudmylarujdesanto
andauthored
Add information about AuthContext context class with link to api doc (#158)
Co-authored-by: John DeSanto <[email protected]>
1 parent d476a89 commit 129ede9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/source/user_guide/configuration/authentication.rst

+1
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,4 @@ In the this example, the default authentication uses API keys specified with the
7878
set_auth("api_key") # default signer is set to api_key
7979
os_auth = authutil.resource_principal() # use resource principal to as the preferred way to access object store
8080
81+
``AuthContext`` context class can also be used to specify the desired type of authentication. It supports API key configuration, resource principal, and instance principal authentication, as well as predefined signers, callable signers, or API keys configurations from specified locations. See `API Documentation <../../ads.common.html#ads.common.auth.AuthContext>`__ for more details.

0 commit comments

Comments
 (0)