POST Auth Cookies
https://auth.riotgames.com/api/v1/authorization Prepare cookies for auth request
Headers
-
Content-Type: application/json
Body
type AuthCookiesBody = {
client_id: "play-valorant-web-prod";
nonce: "1";
redirect_uri: "https://playvalorant.com/opt_in";
response_type: "token id_token";
scope: "account openid";
}; {
"client_id": "play-valorant-web-prod",
"nonce": "1",
"redirect_uri": "https://playvalorant.com/opt_in",
"response_type": "token id_token",
"scope": "account openid"
}