Class AuthenticateResponse


public class AuthenticateResponse extends JsonrpcResponseSuccess
Represents a JSON-RPC Response for AuthenticateWithPasswordRequest or AuthenticateWithTokenRequest.
 {
   "jsonrpc": "2.0",
   "id": "UUID",
   "result": {
     "token": String,
     "user": 
invalid reference
AbstractUser#toJsonObject()
} }