case class AuthenticationSwitchRequest(method: String, seed: String) extends ServerMessage with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AuthenticationSwitchRequest
- Product
- Equals
- ServerMessage
- KindedMessage
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new AuthenticationSwitchRequest(method: String, seed: String)
Value Members
-
val
kind: Int
- Definition Classes
- ServerMessage → KindedMessage
- val method: String
- val seed: String