File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
sdk/identity/azure-identity/azure/identity/_credentials Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ class InteractiveBrowserCredential(InteractiveCredential):
29
29
authenticate work or school accounts.
30
30
:keyword str client_id: Client ID of the Microsoft Entra application that users will sign into. It is recommended
31
31
that developers register their applications and assign appropriate roles. For more information,
32
- visit https://aka.ms/identity/AppRegistrationAndRoleAssignment. If not specified, users will authenticate to
33
- an Azure development application, which is not recommended for production scenarios.
32
+ visit https://aka.ms/azsdk/ identity/AppRegistrationAndRoleAssignment. If not specified, users will
33
+ authenticate to an Azure development application, which is not recommended for production scenarios.
34
34
:keyword str login_hint: a username suggestion to pre-fill the login page's username/email address field. A user
35
35
may still log in with a different username.
36
36
:keyword str redirect_uri: a redirect URI for the application identified by `client_id` as configured in Azure
Original file line number Diff line number Diff line change @@ -25,9 +25,8 @@ class DeviceCodeCredential(InteractiveCredential):
25
25
26
26
:keyword str client_id: Client ID of the Microsoft Entra application that users will sign into. It is recommended
27
27
that developers register their applications and assign appropriate roles. For more information,
28
- visit https://aka.ms/identity/AppRegistrationAndRoleAssignment. If not specified, users will authenticate to
29
- an Azure development application, which is not recommended for production scenarios.
30
-
28
+ visit https://aka.ms/azsdk/identity/AppRegistrationAndRoleAssignment. If not specified, users will
29
+ authenticate to an Azure development application, which is not recommended for production scenarios.
31
30
:keyword str authority: Authority of a Microsoft Entra endpoint, for example "login.microsoftonline.com",
32
31
the authority for Azure Public Cloud (which is the default). :class:`~azure.identity.AzureAuthorityHosts`
33
32
defines authorities for other clouds.
You can’t perform that action at this time.
0 commit comments