UNPKG

ordercloud-javascript-sdk

Version:

The offical Javascript SDK for the Ordercloud ecommerce API

5 lines (4 loc) 102 B
export interface OpenIdConnectTokenResponse { id_token?: string; access_token?: string; }