UNPKG

webpods

Version:

Append-only log service with OAuth authentication

17 lines 415 B
/** * Hydra Admin API client configuration */ import { OAuth2Api } from "@ory/hydra-client"; /** * Initialize Hydra admin client */ export declare function getHydraAdmin(): OAuth2Api; /** * Get Hydra public URL for JWKS */ export declare function getHydraPublicUrl(): string; /** * Get JWKS URL for token validation */ export declare function getJwksUrl(): string; //# sourceMappingURL=hydra-client.d.ts.map