//----------------------------------------------------------------------- // // Copyright (c) Andrew Arnott. All rights reserved. // //----------------------------------------------------------------------- namespace DotNetOAuth { /// /// A website or application that uses OAuth to access the Service Provider on behalf of the User. /// internal class Consumer { } }