/** Contains the auth endpoint. */ export declare const AUTH_ENDPOINT = "/oauth2/authorize"; /** Contains the token endpoint. */ export declare const TOKEN_ENDPOINT = "/oauth2/token"; //# sourceMappingURL=constants.d.ts.map