PkceCodes type

Il tipo PkceCodes descrive la struttura degli oggetti che contengono coppie di verifica e verifica del codice PKCE

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