Modifier and Type | Method and Description |
---|---|
AuthenticateResult |
SecovidServicesWs.authenticate(String userId,
String tokenPassword,
String locale)
This function authenticates a user and an OTP against one of the token that are assigned to the user. |
AuthenticateResult |
SecovidServicesWs.authenticateChap(AuthenticateChapRequest authenticateChapRequest)
This function authenticates a user and an OTP against one of the token that are assigned to the user. |
AuthenticateResult |
SecovidServicesWs.challengeAnswerChap(String state,
String answer,
String locale)
If SSMS requests additional data (methods
SecovidServicesWs.authenticateChap() or
SecovidServicesWs.challengeAnswerChap() returned with
ReturnResult.SEND_CHALLENGE }, clients must call this method to
send the challenge answer to the server. |
AuthenticateResult |
SecovidServicesWs.challengeResponse(String state,
String challengeAnswer,
String locale)
If an authentication was done, at the server side, an AuthenticateResult will be sent to the client. |
Copyright © 2022 KOBIL Systems GmbH. All rights reserved.