Table of Contents

Interface IStravaClient

Namespace
Tudormobile.Strava.Client
Assembly
Tudormobile.Strava.Client.dll

Represents a Strava API client with authentication state and activity operations.

public interface IStravaClient : IActivitiesApi, IAthletesApi, IClubsApi, IGearsApi, IStravaApi
Inherited Members

Properties

IsAuthenticated

Gets a value indicating whether the client is authenticated.

bool IsAuthenticated { get; }

Property Value

bool