auth.provider API
    Preparing search index...

    Type Alias FederationResult<T>

    FederationResult:
        | { ok: true; value: T }
        | { error: string; errorDescription: string; ok: false; status: number }

    Type Parameters

    • T