PkceCodes type

PkceCodes 类型描述包含 PKCE 代码质询和验证程序对的对象的结构

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