SignInResponse

@Serializable
sealed class SignInResponse

Inheritors

Types

Link copied to clipboard
@Serializable
sealed class Failure : SignInResponse
Link copied to clipboard
@Serializable
data class Success(val socialId: String) : SignInResponse