namespace Mirea.Api.Dto.Common;
///
/// Represents different OAuth providers for authentication.
///
public enum OAuthProvider
{
///
/// OAuth provider for Google.
///
Google,
///
/// OAuth provider for Yandex.
///
Yandex,
///
/// OAuth provider for Mail.ru.
///
MailRu
}