Class Login.AuthenticationVerifyRequest

java.lang.Object
co.ecg.alpaca.toolkit.messaging.request.Request<Login.AuthenticationVerifyResponse>
co.ecg.alpaca.toolkit.generated.Login.AuthenticationVerifyRequest
Enclosing class:
Login

@ChoiceGroup({"userId","password"}) @ChoiceGroup({"phoneNumber","passcode"}) @ChoiceGroup({"linePort","password"}) @ChoiceGroup("loginToken") @ChoiceGroup({"sipAuthenticationUserName","sipAuthenticationPassword","userId"}) public static class Login.AuthenticationVerifyRequest extends Request<Login.AuthenticationVerifyResponse>
AuthenticationVerifyRequest22 is used to authenticate a user either by userId/password, userId/sip username/sip password, dn/passcode, lineport/password or a token previously authorized with the ExternalAuthenticationAuthorizeTokenRequest. The phone number may be any DN associated with a user. The lineport may be any lineport associated with a user. The password used for the lineport is the user’s password associated with userId. The response is a AuthenticationVerifyResponse22 or an ErrorResponse
Author:
AlpacaGenerator