class AuthenticationDetails
sealed class Provider |
val accessToken: String? |
|
val authenticationToken: String |
|
val creationDate: Date |
|
val displayName: String? |
|
val email: String? |
|
val expirationDate: Date? |
|
val provider: AuthenticationDetails.Provider |
|
val providerProfile: Any? |
|
val providerUID: String |
|
val uid: String |
fun fromV1AuthResponse(ar: AuthResponse): AuthenticationDetails |