mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-03 03:01:31 +00:00
IObservableAuthorizationsClient and ObservableAuthorizationsClient fixes
This commit is contained in:
@@ -190,7 +190,7 @@ namespace Octokit.Reactive
|
||||
IObservable<ApplicationAuthorization> CheckApplicationAuthentication(string clientId, string accessToken);
|
||||
|
||||
/// <summary>
|
||||
/// Resets a valid OAuth token for an OAuth application without end user involvment.
|
||||
/// Resets a valid OAuth token for an OAuth application without end user involvement.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// This method requires authentication.
|
||||
|
||||
@@ -264,7 +264,7 @@ namespace Octokit.Reactive
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Resets a valid OAuth token for an OAuth application without end user involvment.
|
||||
/// Resets a valid OAuth token for an OAuth application without end user involvement.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// This method requires authentication.
|
||||
|
||||
Reference in New Issue
Block a user