PkceCodes type

PkceCodes 型は、PKCE コード チャレンジと検証ツールのペアを含むオブジェクトの構造を記述します

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