Preview environment

variable OAuth2Routes

readonlyexternal
OAuth2Routes: {  readonly authorizationURL: "https://discord.com/api/v10/oauth2/authorize";  readonly tokenURL: "https://discord.com/api/v10/oauth2/token";  readonly tokenRevocationURL: "https://discord.com/api/v10/oauth2/token/revoke";}

Union Members

{ readonly authorizationURL: "https://discord.com/api/v10/oauth2/authorize"; readonly tokenURL: "https://discord.com/api/v10/oauth2/token"; readonly tokenRevocationURL: "https://discord.com/api/v10/oauth2/token/revoke";}