AuthResponse

open class AuthResponse

Authentication response data passed to the onComplete method of the authentication callback.

Constructors

AuthResponse
Link copied to clipboard
open fun AuthResponse(data: JSONObject)
AuthResponse
Link copied to clipboard
open fun AuthResponse(jsonData: String)
AuthResponse
Link copied to clipboard
open fun AuthResponse(jsonData: TreeLikeData)

Functions

getEmail
Link copied to clipboard
open fun getEmail(): String
getExpires
Link copied to clipboard
open fun getExpires(): Date
getProvider
Link copied to clipboard
open fun getProvider(): OnAuth.AuthProvider
getToken
Link copied to clipboard
open fun getToken(): String
getUid
Link copied to clipboard
open fun getUid(): String

Properties

identity
Link copied to clipboard
private val identity: OnAuth.Identity