ClientSecretCredential | @azure/identity
Andrew Vasquez
Published Feb 16, 2026
Hierarchy
- ClientSecretCredential
Implements
- TokenCredential
Index
Constructors
Methods
Constructors
constructor
Methods
getToken
- get
Token(scopes: string | string[], options?: GetTokenOptions): Promise<AccessToken | null>
Parameters
scopes: string | string[]
Optional options: GetTokenOptions
Returns Promise<AccessToken | null>