Skip to content
Snippets Groups Projects
Commit 3f7bd6b7 authored by Stanley Goldman's avatar Stanley Goldman
Browse files

Removing method implementation

parent 41af06cb
No related branches found
No related tags found
Loading
......@@ -188,16 +188,6 @@ namespace GitHub.Unity
}
}
/// <inheritdoc/>
public async Task Logout(UriString hostAddress)
{
Guard.ArgumentNotNull(hostAddress, nameof(hostAddress));
logger.Trace("Logout");
await keychain.Clear(hostAddress, true);
}
private async Task<ApplicationAuthorization> CreateAndDeleteExistingApplicationAuthorization(
IGitHubClient client,
NewAuthorization newAuth,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment