AuthSuccess

class AuthSuccess(val token: String) : AuthenticationResult

Constructors

Link copied to clipboard
fun AuthSuccess(token: String)

Properties

Link copied to clipboard
val token: String