sveltekit-oidc - v1.1.1
    Preparing search index...

    Type Alias OIDCPersistedSession

    type OIDCPersistedSession = {
        id?: string;
        session: OIDCSession;
    }
    Index

    Properties

    Properties

    id?: string
    session: OIDCSession