auth.provider API
    Preparing search index...

    Interface TokenExchangeValidatorResolver

    Read-only projection of the boot planner's tokenExchangeValidators collector. Per A2-α §6.5.

    interface TokenExchangeValidatorResolver {
        entries: () => IterableIterator<readonly [string, unknown]>;
        get: (tokenType: string) => unknown;
    }
    Index

    Properties

    Properties

    entries: () => IterableIterator<readonly [string, unknown]>
    get: (tokenType: string) => unknown