Type alias UploadcareAuthSchemaOptionsWithSecretKey

UploadcareAuthSchemaOptionsWithSecretKey: {
    md5Loader?: (() => Promise<Md5Function>);
    publicKey: string;
    secretKey: string;
}

Type declaration

Generated using TypeDoc