export type PKCEChallenge = {
    state: string;
    code_challenge: string;
    url: URL;
};
