@valon-technologies/gestalt
    Preparing search index...

    Interface AuthenticationSessionSettings

    Session TTL hints exposed by an authentication provider.

    interface AuthenticationSessionSettings {
        sessionTtlSeconds: number | bigint;
    }
    Index

    Properties

    sessionTtlSeconds: number | bigint