in Sources/UberAuth/Authorize/AuthorizationCodeResponseParser.swift [30:37]
func isValidResponse(url: URL, matching redirectURI: String) -> Bool
func callAsFunction(url: URL) -> Result<Client, UberAuthError>
}
///
/// A struct that validates and extracts values from a url containing an authorization code response
///
struct AuthorizationCodeResponseParser: AuthorizationCodeResponseParsing {