AniLink - v2.0.0
    Preparing search index...

    Interface ResolvedProviderCredentials

    Normalized authentication and transport settings for one provider slot.

    Credential resolvers use this shape to keep provider-specific fields out of the shared operation-constructor seam while preserving provider-only auth.

    interface ResolvedProviderCredentials {
        auth?: RequestAuthInput;
        options?: RequestOptions;
    }
    Index

    Authentication material for the provider's request operations.

    options?: RequestOptions

    Transport settings with provider-only authentication fields removed.