SocialAccountType

enum SocialAccountType : Enum<SocialAccountType>

Social account type for authentication

Entries

Link copied to clipboard
GPLUS("googleplus")
Link copied to clipboard
VK("vk")
Link copied to clipboard
FACEBOOK("facebook")
Link copied to clipboard
TWITTER("twitter")
Link copied to clipboard
QR("qr")

Properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int
Link copied to clipboard
val typeValue: String