@openhps/solid
    Preparing search index...

    Interface ISessionInternalInfo

    interface ISessionInternalInfo {
        clientAppSecret?: string;
        issuer?: string;
        redirectUrl?: string;
        refreshToken?: string;
        tokenType?: "DPoP" | "Bearer";
    }
    Index

    Properties

    clientAppSecret?: string

    For public clients, and Solid Identity Providers that do not support Client WebIDs, the client secret is still required at the token endpoint.

    issuer?: string

    The OIDC issuer that issued the tokens authenticating the session.

    redirectUrl?: string

    The redirect URL registered when initially logging the session in.

    refreshToken?: string

    The refresh token associated with the session (if any).

    tokenType?: "DPoP" | "Bearer"

    The token type used by the session