ManagedIdentityCredential | @azure/identity
Leah Mitchell
Published Feb 15, 2026
Hierarchy
- ManagedIdentityCredential
Implements
- TokenCredential
- TokenCredential
Index
Methods
getToken
- get
Token(scopes: string | string[], options?: GetTokenOptions): Promise<AccessToken | null>
Parameters
scopes: string | string[]
Optional options: GetTokenOptions
Returns Promise<AccessToken | null>