Public
Documentation Settings

Ready Games Network API

Authentification

POSTrefreshToken

https://us-central1-readymaster-2b268.cloudfunctions.net/user-refreshTokens

This function can be used to refresh the ID Token required in some request header without going through the signInWithEmailPassword.

PropertyDescription
refreshTokenThis token is returned in the signInWithEmailPassword.
Bodyraw (json)
json
{
    "refreshToken": "{{refreshToken}}"
}

User

Loading