AzureCliCredential | @azure/identity
William Rodriguez |
AzureCliCredential | @azure/identityHierarchy
Implements
Index
Constructors
Methods
Constructors
constructor
Methods
Protected getAzureCliAccessToken
- getAzureCliAccessToken(resource: string): Promise<{ error: Error | null; stderr: string; stdout: string }>
Parameters
Returns Promise<{ error: Error | null; stderr: string; stdout: string }>
getToken
- getToken(): Promise<AccessToken | null>
Returns Promise<AccessToken | null>