Interface AuthorizeOptions

OAuth authorization options

interface AuthorizeOptions {
    scopes: Scope[];
    store: string;
}

Properties

Properties

scopes: Scope[]

List of requested scope permissions

store: string

Store name (e.g., 'your-store.mysapo.net')