sveltekit-oidc - v2.0.1
    Preparing search index...

    Type Alias OIDCPersistedSession<TIdentity>

    type OIDCPersistedSession<TIdentity extends OIDCUserClaims = OIDCUserClaims> = {
        id?: string;
        session: OIDCSession<TIdentity>;
    }

    Type Parameters

    Index

    Properties

    Properties

    id?: string