Interface HttpClientAuth

interface HttpClientAuth {
    header?: string;
    token: string;
}

Properties

Properties

header?: string
token: string