UNPKG

@guardian/pan-domain-node

Version:

NodeJs implementation of Guardian pan-domain auth verification

6 lines (5 loc) 192 B
export interface PublicKeyHolder { key: string; lastUpdated: Date; } export declare function fetchPublicKey(region: string, bucket: String, keyFile: String): Promise<PublicKeyHolder>;