zerot
    Preparing search index...

    Type Alias SessionProvider

    SessionProvider: () => Promise<AuthContext> | AuthContext | null | undefined

    Abstract type for a session provider function. This function is responsible for retrieving the authentication context.

    Type declaration