func callAsFunction()

in Sources/UberAuth/Authorize/AuthorizationCodeResponseParser.swift [31:37]


    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 {