namespace Mirea.Api.Dto.Common; /// /// Defines the actions that can be performed with an OAuth token. /// public enum OAuthAction { /// /// The action to log in the user using the provided OAuth token. /// Login, /// /// The action to bind an OAuth provider to the user's account. /// Bind }