pyrit.auth.AzureAuth#
- class AzureAuth(token_scope: str, tenant_id: str = '')[source]#
Bases:
AuthenticatorAzure CLI Authentication.
Methods
__init__(token_scope[, tenant_id])Initialize Azure authentication.
Get the current token.
Refresh the access token if it is expired.
Attributes
token- access_token: AccessToken#