Class AuthenticateWithTokenRequest


  • public class AuthenticateWithTokenRequest
    extends JsonrpcRequest
    Represents a JSON-RPC Request to authenticate with a Token.

    This is used by UI to login with a Token at Edge or Backend.

     {
       "jsonrpc": "2.0",
       "id": "UUID",
       "method": "authenticateWithToken",
       "params": {
         "token": string
       }
     }