Bungie.UserService.UserService C# (CSharp) Method

UserService() public method

public UserService ( string apiKey ) : System.Threading.Tasks
apiKey string
return System.Threading.Tasks
        public UserService(string apiKey) : base(apiKey)
        {
        }