Interface LogClaimsOptions

interface LogClaimsOptions {
    logPrefix?: string;
    requestContextKey?: string;
}

Properties

logPrefix?: string
requestContextKey?: string