auth.provider API
    Preparing search index...

    Read-only inspection surface for tests. Per A2-γ §7.2: NEVER exposed on the production AppHandle. The createTestApp factory attaches an instance of this interface to the returned handle for fixture noise reduction.

    Stability: additive evolution only. Adding new entries is a minor; signature changes on existing entries are major.

    interface TestInspect {
        federations: ReadonlyMap<string, unknown>;
        grants: ReadonlyMap<string, GrantHandler>;
        routes: readonly OrderedRouteContribution[];
        tokenExchangeValidators: ReadonlyMap<string, unknown>;
    }
    Index

    Properties

    federations: ReadonlyMap<string, unknown>
    grants: ReadonlyMap<string, GrantHandler>
    routes: readonly OrderedRouteContribution[]
    tokenExchangeValidators: ReadonlyMap<string, unknown>