RemoteRetrieverAuth: false | {
    bearer: string;
}

Type for the authentication method used by the RemoteRetriever. It can either be false (no authentication) or an object with a bearer token.

Type declaration

  • bearer: string

Generated using TypeDoc