UserTokenGetAadTokensResponse type

Berisi data respons untuk operasi getAadTokens.

type UserTokenGetAadTokensResponse = [key: string]: TokenResponse & { _response: HttpResponse & { bodyAsText: string, parsedBody: [key: string]: TokenResponse } }