Class HandlePostLoginSrpChallenge

java.lang.Object
br.net.dd.netherwingcore.bnetserver.rest.handlers.HandlePostLoginSrpChallenge
All Implemented Interfaces:
HttpHandler

public class HandlePostLoginSrpChallenge extends Object implements HttpHandler
HandlePostLoginSrpChallenge is responsible for handling POST requests to the /bnetserver/login/srp/ endpoint. This endpoint is likely used for processing SRP (Secure Remote Password) challenges during the login process.