Variable postLogoutfromallsessionsandreauthenticateConst

postLogoutfromallsessionsandreauthenticate: EndpointGeneric<{}, {}, {
    SecureAuthenticationIntent: {
        clientEpochTimestamp: number;
        clientPublicKey: string;
        saiSignature: string;
        serverNonce: string;
    };
}> = ...

POST https://auth.roblox.com/v1/logoutfromallsessionsandreauthenticate

Logs out user from all other sessions.