@cashu/cashu-ts
    Preparing search index...

    Type Alias OIDCAuthOptions

    type OIDCAuthOptions = {
        clientId?: string;
        logger?: Logger;
        onTokens?: (t: TokenResponse) => void | Promise<void>;
        scope?: string;
    }
    Index

    Properties

    clientId?: string
    logger?: Logger
    onTokens?: (t: TokenResponse) => void | Promise<void>
    scope?: string