UNPKG

@kinde-oss/kinde-auth-pkce-js

Version:

Kinde PKCE authentication for SPAs

4 lines (3 loc) 154 B
import { ClaimTokenKey } from '../../types'; declare const getClaimValue: (claim: string, tokenKey?: ClaimTokenKey) => unknown; export { getClaimValue };