interface VtexOAuthInput {
    hostDomain: string;
    vtexAccountId: string;
    oAuthProvider: OAuthProvider;
}

Properties

hostDomain: string

Store's domain. For example, www.toymania.com.br

vtexAccountId: string

VTEX account ID. For example, toymania.

This value is passed in the HTTPS requests to VTEX's APIs as a query parameter named scope.

oAuthProvider: OAuthProvider