UserTokenGetTokenResponse type

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

type UserTokenGetTokenResponse = TokenResponse & {
  _response: HttpResponse & { bodyAsText: string, parsedBody: TokenResponse },
}