Interface IYouTubeConsts
- Namespace
- SunamoInterfaces.Interfaces
- Assembly
- SunamoInterfaces.dll
Interface for YouTube API constants and credentials.
public interface IYouTubeConsts
- Extension Methods
Properties
GDataYoutubeApiKeys
Gets the list of GData YouTube API keys.
List<string> GDataYoutubeApiKeys { get; }
Property Value
Secret
Gets the secret credential.
string Secret { get; }