Type alias AuthSchema

AuthSchema: {
    publicKey: string;
    getHeaders(request) => Promise<Headers>;
}

Type declaration

Generated using TypeDoc