Frodo Library - v4.8.5
    Preparing search index...

    Type Alias AmCredentialProvider

    AmCredentialProvider: (
        requiredScopes?: string[],
    ) => Promise<AmCredentialOverride | null>

    Browser-mode's per-call AM credential source: cloud browser-login mints a fresh, short-lived, mint-and-discard RFC 8693-exchanged token immediately before every AM-domain call (see ops/BrowserAuthenticateOps.ts's exchangeTokenForScope) instead of reusing a cached one. Set on state by getTokensInteractive() so api/BaseApi.ts — which must never import from ops/ — can invoke it without knowing anything about token exchange. Unset for every non-browser auth mode.

    Type Declaration