Skip to content

Commit c66b691

Browse files
authored
Update docs for uses of AuthenticationRecord (#36607)
1 parent 8c114a6 commit c66b691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/identity/azure-identity/azure/identity/_internal/interactive.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ def get_token(
189189
def authenticate(
190190
self, *, scopes: Optional[Iterable[str]] = None, claims: Optional[str] = None, **kwargs: Any
191191
) -> AuthenticationRecord:
192-
"""Interactively authenticate a user.
192+
"""Interactively authenticate a user. This method will always generate a challenge to the user.
193193
194194
:keyword Iterable[str] scopes: scopes to request during authentication, such as those provided by
195195
:func:`AuthenticationRequiredError.scopes`. If provided, successful authentication will cache an access token

0 commit comments

Comments
 (0)