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

    Type Alias OIDCConfig

    type OIDCConfig = {
        authorization_endpoint?: string;
        device_authorization_endpoint?: string;
        issuer: string;
        token_endpoint: string;
    }
    Index

    Properties

    authorization_endpoint?: string
    device_authorization_endpoint?: string
    issuer: string
    token_endpoint: string