function expiresIn expiresIn(maxAgeSeconds: number): number Epoch seconds maxAgeSeconds from now — the expiry (e) that signed tokens carry, kept in one place so every builder computes it the same way. Parameters maxAgeSeconds: number Return Type number