@uploadcare/rest-client
    Preparing search index...

    Type Alias UploadcareAuthSchemaOptionsWithSecretKey

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

    Properties

    md5Loader?: () => Promise<Md5Function>
    publicKey: string
    secretKey: string