Package com. devbase. service. auth

Defines Authentication using Firebase for Google, Twitter, Microsoft, and Yahoo

Types

Link copied to clipboard
open class DevAuthentication

Base class for authentication service

Link copied to clipboard
annotation class LoginType
Link copied to clipboard
data class MobileServiceUser(    val photoUrl: Uri?,     val displayName: String?,     val email: String?,     val phoneNumber: String?,     val providerId: String?,     val tenantId: String?,     val uid: String?,     val isAnonymous: Boolean)

user data that logged in using the service

Properties

Link copied to clipboard
const val GITHUB: Int = 2
Link copied to clipboard
const val MICROSOFT: Int = 3
Link copied to clipboard
const val TWITTER: Int = 1

Annotation of Login Type

Link copied to clipboard
const val YAHOO: Int = 4