Variable getAccountPinConst

getAccountPin: EndpointGeneric<{}, {
    isEnabled: boolean;
    unlockedUntil: number;
}, any> = ...

GET https://auth.roblox.com/v1/account/pin

Gets the account pin status. If the account pin is valid, this returns the time in seconds until when the account pin is unlocked.