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

Field Value

string

FACEBOOK

Facebook authentication provider

Field Value

string

GOOGLE

Google authentication provider

Field Value

string

TELEGRAM

Telegram authentication provider

Field Value

string

Last updated