Forest Admin - API reference
    Preparing search index...

    Type Alias TokenTtlOptions

    type TokenTtlOptions = {
        accessTokenSeconds?: number;
        refreshTokenSeconds?: number;
    }
    Index

    Properties

    accessTokenSeconds?: number

    Caps the access token lifetime. Forest grants 3600s (1 hour).

    refreshTokenSeconds?: number

    Caps the time between two interactive logins. Forest grants 691200s (8 days).