TwitchLib 3.5.3
Loading...
Searching...
No Matches
TwitchLib.Api.Auth.Auth Member List

This is the complete list of members for TwitchLib.Api.Auth.Auth, including all inherited members.

ApiBase(IApiSettings settings, IRateLimiter rateLimiter, IHttpCallHandler http)TwitchLib.Api.Core.ApiBase
Auth(IApiSettings settings, IRateLimiter rateLimiter, IHttpCallHandler http)TwitchLib.Api.Auth.Auth
GetAccessTokenAsync(string accessToken=null)TwitchLib.Api.Core.ApiBase
GetAccessTokenFromCodeAsync(string code, string clientSecret, string redirectUri, string clientId=null)TwitchLib.Api.Auth.Auth
GetAuthorizationCodeUrl(string redirectUri, IEnumerable< AuthScopes > scopes, bool forceVerify=false, string state=null, string clientId=null)TwitchLib.Api.Auth.Auth
GetGenericAsync< T >(string url, List< KeyValuePair< string, string > > getParams=null, string accessToken=null, ApiVersion api=ApiVersion.Helix, string clientId=null)TwitchLib.Api.Core.ApiBaseprotected
PutBytesAsync(string url, byte[] payload)TwitchLib.Api.Core.ApiBaseprotected
RefreshAuthTokenAsync(string refreshToken, string clientSecret, string clientId=null)TwitchLib.Api.Auth.Auth
SettingsTwitchLib.Api.Core.ApiBaseprotected
TwitchDeleteAsync(string resource, ApiVersion api, List< KeyValuePair< string, string > > getParams=null, string accessToken=null, string clientId=null, string customBase=null)TwitchLib.Api.Core.ApiBaseprotected
TwitchDeleteGenericAsync< T >(string resource, ApiVersion api, List< KeyValuePair< string, string > > getParams=null, string accessToken=null, string clientId=null, string customBase=null)TwitchLib.Api.Core.ApiBaseprotected
TwitchGetAsync(string resource, ApiVersion api, List< KeyValuePair< string, string > > getParams=null, string accessToken=null, string clientId=null, string customBase=null)TwitchLib.Api.Core.ApiBaseprotected
TwitchGetGenericAsync< T >(string resource, ApiVersion api, List< KeyValuePair< string, string > > getParams=null, string accessToken=null, string clientId=null, string customBase=null)TwitchLib.Api.Core.ApiBaseprotected
TwitchPatchAsync(string resource, ApiVersion api, string payload, List< KeyValuePair< string, string > > getParams=null, string accessToken=null, string clientId=null, string customBase=null)TwitchLib.Api.Core.ApiBaseprotected
TwitchPatchGenericAsync< T >(string resource, ApiVersion api, string payload, List< KeyValuePair< string, string > > getParams=null, string accessToken=null, string clientId=null, string customBase=null)TwitchLib.Api.Core.ApiBaseprotected
TwitchPostAsync(string resource, ApiVersion api, string payload, List< KeyValuePair< string, string > > getParams=null, string accessToken=null, string clientId=null, string customBase=null)TwitchLib.Api.Core.ApiBaseprotected
TwitchPostGenericAsync< T >(string resource, ApiVersion api, string payload, List< KeyValuePair< string, string > > getParams=null, string accessToken=null, string clientId=null, string customBase=null)TwitchLib.Api.Core.ApiBaseprotected
TwitchPostGenericModelAsync< T >(string resource, ApiVersion api, RequestModel model, string accessToken=null, string clientId=null, string customBase=null)TwitchLib.Api.Core.ApiBaseprotected
TwitchPutAsync(string resource, ApiVersion api, string payload, List< KeyValuePair< string, string > > getParams=null, string accessToken=null, string clientId=null, string customBase=null)TwitchLib.Api.Core.ApiBaseprotected
TwitchPutGenericAsync< T >(string resource, ApiVersion api, string payload=null, List< KeyValuePair< string, string > > getParams=null, string accessToken=null, string clientId=null, string customBase=null)TwitchLib.Api.Core.ApiBaseprotected
ValidateAccessTokenAsync(string accessToken=null)TwitchLib.Api.Auth.Auth