FBToken

data class FBToken(val idToken: String, val refreshToken: String)

Constructors

Link copied to clipboard
constructor(idToken: String, refreshToken: String)

Properties

Link copied to clipboard
Link copied to clipboard