-record(authorization_code_grant_token_request_with_p_k_c_e, { token_endpoint :: gleam@uri:uri(), authentication :: oauth2:client_authentication(), redirect_uri :: gleam@option:option(gleam@uri:uri()), code :: binary(), code_verifier :: binary() }).