techchrism/valorant-api-docs

Multi factor authentication is missing

Closed this issue · 1 comments

M-U-X commented

Multi factor authentication is missing from the authentication flow

Method: PUT
URL: https://auth.riotgames.com/api/v1/authorization
Headers: Content-Type : application/json
Body:
{
"type": "multifactor",
"code": "YOUR 2FA CODE HERE",
"rememberDevice": true
}