Skip to content

Commit

Permalink
Rename 'Authenticate' to 'Authorize' in IUserManager interface
Browse files Browse the repository at this point in the history
  • Loading branch information
urumo committed Oct 27, 2024
1 parent 8078d0b commit bce9f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Argon.Api/Grains.Interfaces/IUserManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public interface IUserManager : IGrainWithStringKey
[Alias("Get")]
Task<UserStorageDto> Get();

[Alias("Authenticate")]
[Alias("Authorize")]
Task<string> Authorize(string password);

[Alias("CreateServer")]
Expand Down

0 comments on commit bce9f4b

Please sign in to comment.