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

    Type Alias AmCredentialOverride

    A credential to inject into an outgoing AM request, resolved at actual send time (see api/BaseApi.ts's request interceptors) rather than baked in when the axios instance was constructed.

    type AmCredentialOverride = {
        header: "Authorization" | "Cookie";
        value: string;
    }
    Index

    Properties

    Properties

    header: "Authorization" | "Cookie"
    value: string