Edit

Share via


PkceCodes type

The PkceCodes type describes the structure of objects that contain PKCE code challenge and verifier pairs

type PkceCodes = { challenge: string; verifier: string }