UserTokenGetAadTokensResponse type
Contains response data for the getAadTokens operation.
type UserTokenGetAadTokensResponse = [key: string]: TokenResponse & { _response: HttpResponse & { bodyAsText: string, parsedBody: [key: string]: TokenResponse } }