NinetyEight.NEProvider

Class NEProvider

Namespace: NinetyEight Assembly: APIReference.dll

Contains constants for different authentication providers.

public static class NEProvider

Inheritance

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

string

EMAIL

Email authentication provider

public const string EMAIL = "email"

Field Value

string

FACEBOOK

Facebook authentication provider

public const string FACEBOOK = "facebook"

Field Value

string

GOOGLE

Google authentication provider

public const string GOOGLE = "google"

Field Value

string

TELEGRAM

Telegram authentication provider

public const string TELEGRAM = "telegram"

Field Value

string

Last updated