Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit 3f7bd6b

Browse files
Removing method implementation
1 parent 41af06c commit 3f7bd6b

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/GitHub.Api/Authentication/LoginManager.cs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -188,16 +188,6 @@ public async Task<LoginResultData> ContinueLogin(LoginResultData loginResultData
188188
}
189189
}
190190

191-
/// <inheritdoc/>
192-
public async Task Logout(UriString hostAddress)
193-
{
194-
Guard.ArgumentNotNull(hostAddress, nameof(hostAddress));
195-
196-
logger.Trace("Logout");
197-
198-
await keychain.Clear(hostAddress, true);
199-
}
200-
201191
private async Task<ApplicationAuthorization> CreateAndDeleteExistingApplicationAuthorization(
202192
IGitHubClient client,
203193
NewAuthorization newAuth,

0 commit comments

Comments
 (0)