interface VtexOAuthOutput {
    authUrl?: string;
}

Properties

Properties

authUrl?: string

Url called once the VTEX authentication flow finishes. This url contains as query params the following values:

  • popup
  • authStatus
  • authCookieName
  • authCookieValue
  • accountAuthCookieName
  • accountAuthCookieValue
  • ott
  • authenticationToken