@theoptimalpartner/jwt-auth-validator
Version:
JWT token validation package with offline JWKS validation and Redis-based token revocation support
5 lines • 377 B
TypeScript
import { CognitoSecretHashOptions } from './types.js';
export declare function calculateSecretHash(options: CognitoSecretHashOptions): string;
export declare function hasClientSecret(clientSecret?: string): boolean;
export declare function safeCalculateSecretHash(identifier: string, clientId: string, clientSecret?: string): string;
//# sourceMappingURL=cognito-utils.d.ts.map