Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 948 Bytes

File metadata and controls

17 lines (9 loc) · 948 Bytes

OauthMeResponse

Properties

Name Type Description Notes
applicationName String The name of your application as the merchant approved it. [optional]
clientId String Your application's client_id. Null when authenticating with a simple key, which is not tied to an application. [optional]
merchantId String The UltraCart merchant account that authorized your application. Stable, and the value to key your own records on. [optional]
merchantName String The account's company name, suitable for displaying to your user. The merchant can change this, so display it rather than storing it as an identifier. [optional]
scopes List<String> The permissions the merchant granted. May be narrower than the permissions your application currently requests. [optional]