@nevermined-io/payments
    Preparing search index...

    Interface AuthResult

    Authentication result from paywall validation

    interface AuthResult {
        agentId: string;
        agentRequest?: StartAgentRequest;
        httpUrl?: string;
        logicalUrl: string;
        planId: string;
        subscriberAddress: `0x${string}`;
        token: string;
    }
    Index

    Properties

    agentId: string
    agentRequest?: StartAgentRequest
    httpUrl?: string
    logicalUrl: string
    planId: string
    subscriberAddress: `0x${string}`
    token: string