UserTokenGetAadTokensResponse type

getAadTokens 操作の応答データを格納します。

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