Type alias CreateSignedAuthAttestationInput

CreateSignedAuthAttestationInput: {
    body?: string;
    headers: Record<string, string>;
    http: HttpRequestInformation;
    isBase64Encoded: boolean;
}

Type declaration

Generated using TypeDoc