MicrosoftAuth.getAccessToken()
Home > @backstage/core-app-api > MicrosoftAuth > getAccessToken
Signature:
getAccessToken(scope?: string | string[], options?: AuthRequestOptions): Promise<string>;
Parameters
| Parameter | Type | Description | 
|---|---|---|
| scope | string | string[] | (Optional) | 
| options | (Optional) | 
Promise<string>