/*
 * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
 */

export const GetTokenFromPublicAuthCodeServerList = [
  /**
   * For the developer environment, the URI is https://account-d.docusign.com/oauth/token
   */
  "https://account-d.docusign.com",
  /**
   * For the production environment, the URI is https://account.docusign.com/oauth/token
   */
  "https://account.docusign.com",
] as const;
