PkceCodes type

PkceCodes 형식은 PKCE 코드 챌린지 및 검증 도구 쌍을 포함하는 개체의 구조를 설명합니다.

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