Type Alias GetRestCallAuthParamsProps<A>

Props for function getRestCallAuthParams

type GetRestCallAuthParamsProps<A extends AuthType = AuthType> = {
    hostConfig: HostConfig<A>;
    method: string;
}

Type Parameters

Index

Properties

Properties

hostConfig: HostConfig<A>
method: string

The HTTP method in the outgoing REST call