A Login with Amazon (LWA) authorization code.

Export

AuthorizationCode

interface AuthorizationCode {
    authorizationCode?: string;
}

Properties

authorizationCode?: string

A Login with Amazon (LWA) authorization code that can be exchanged for a refresh token and access token that authorize you to make calls to a Selling Partner API.

Memberof

AuthorizationCode