Variable postAccountPinUnlockConst

postAccountPinUnlock: EndpointGeneric<{}, {
    unlockedUntil: number;
}, {
    pin: string;
    reauthenticationToken: string;
}> = ...

POST https://auth.roblox.com/v1/account/pin/unlock

Requests to unlock the account pin.

The Roblox.Authentication.Api.Models.AccountPinRequest containing the entered pin.