valorant-api-types
Version:
A collection of documented endpoints and return types for the unofficial Valorant API
8 lines (7 loc) • 406 B
TypeScript
export declare const cookieReauthEndpoint: {
readonly name: "Cookie Reauth";
readonly description: string;
readonly category: "Authentication Endpoints";
readonly type: "other";
readonly suffix: "https://auth.riotgames.com/authorize?redirect_uri=https%3A%2F%2Fplayvalorant.com%2Fopt_in&client_id=play-valorant-web-prod&response_type=token%20id_token&nonce=1&scope=account%20openid";
};