UNPKG

@shipengine/connect-carrier-api

Version:

This is the typescript/javascript definitions for carrier api

7 lines (6 loc) 247 B
export class Authorization { /** @description The access token used to authorize the request */ access_token?: string; /** @description Optional - any additional information required to authorize the request */ connection_context?: any; }