NinetyEight.NEProvider
Class NEProvider
Namespace: NinetyEight Assembly: APIReference.dll
Contains constants for different authentication providers.
public static class NEProviderInheritance
object ← NEProvider
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Fields
APPLE
Apple authentication provider
public const string APPLE = "apple"Field Value
EMAIL
Email authentication provider
public const string EMAIL = "email"Field Value
FACEBOOK
Facebook authentication provider
public const string FACEBOOK = "facebook"Field Value
GOOGLE
Google authentication provider
public const string GOOGLE = "google"Field Value
TELEGRAM
Telegram authentication provider
public const string TELEGRAM = "telegram"Field Value
Last updated