SignInWithCustomTokenRequest

@Serializable
data class SignInWithCustomTokenRequest(var token: String, var returnSecureToken: Boolean? = true)

Constructors

Link copied to clipboard
constructor(token: String, returnSecureToken: Boolean? = true)

Properties

Link copied to clipboard
Link copied to clipboard