Skip to content

Commit 6843a04

Browse files
Update Auth section with TokenCredential documentation
Added link to documentation for TokenCredential.
1 parent 0a5f54a commit 6843a04

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
@@ -24,7 +24,7 @@ A Python package allowing developers to connect to Dataverse environments for DD
2424
- Optional pandas integration (`PandasODataClient`) for DataFrame based create / get / query.
2525

2626
Auth:
27-
- Accept only an `azure.core.credentials.TokenCredential` credential.
27+
- Accept only an `azure.core.credentials.TokenCredential` credential. See full supported list at https://learn.microsoft.com/en-us/dotnet/api/azure.core.tokencredential?view=azure-dotnet.
2828
- Token scope used by the SDK: `https://<yourorg>.crm.dynamics.com/.default` (derived from `base_url`).
2929

3030
## API Reference (Summary)

0 commit comments

Comments
 (0)