Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollo3zehn committed Mar 8, 2024
1 parent 5339719 commit 2b3e020
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/Nexus.UI/Core/NexusDemoClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -431,16 +431,6 @@ public Task<HttpResponseMessage> DeleteUserAsync(string userId, CancellationToke
throw new NotImplementedException();
}

public IReadOnlyList<AuthenticationSchemeDescription> GetAuthenticationSchemes()
{
throw new NotImplementedException();
}

public Task<IReadOnlyList<AuthenticationSchemeDescription>> GetAuthenticationSchemesAsync(CancellationToken cancellationToken = default)
{
return Task.FromResult((IReadOnlyList<AuthenticationSchemeDescription>)new List<AuthenticationSchemeDescription>());
}

public IReadOnlyDictionary<string, NexusClaim> GetClaims(string userId)
{
throw new NotImplementedException();
Expand Down

0 comments on commit 2b3e020

Please sign in to comment.