@clerk/backend
Version:
Clerk Backend SDK - REST Client for Backend API & JWT verification utilities
10 lines • 468 B
TypeScript
import type { AccountlessApplicationJSON } from './JSON';
export declare class AccountlessApplication {
readonly publishableKey: string;
readonly secretKey: string;
readonly claimUrl: string;
readonly apiKeysUrl: string;
constructor(publishableKey: string, secretKey: string, claimUrl: string, apiKeysUrl: string);
static fromJSON(data: AccountlessApplicationJSON): AccountlessApplication;
}
//# sourceMappingURL=AccountlessApplication.d.ts.map