| Package | Description |
|---|---|
| com.infobip.api | |
| com.infobip.model |
| Modifier and Type | Method and Description |
|---|---|
TfaStartAuthenticationResponse |
TfaApi.resendTfaPinCodeOverSms(String pinId,
TfaResendPinRequest tfaResendPinRequest)
Resend 2FA PIN code over SMS.
|
okhttp3.Call |
TfaApi.resendTfaPinCodeOverSmsAsync(String pinId,
TfaResendPinRequest tfaResendPinRequest,
ApiCallback<TfaStartAuthenticationResponse> _callback)
Resend 2FA PIN code over SMS (asynchronously).
|
okhttp3.Call |
TfaApi.resendTfaPinCodeOverSmsCall(String pinId,
TfaResendPinRequest tfaResendPinRequest,
ApiCallback _callback)
Build call for resendTfaPinCodeOverSms.
|
ApiResponse<TfaStartAuthenticationResponse> |
TfaApi.resendTfaPinCodeOverSmsWithHttpInfo(String pinId,
TfaResendPinRequest tfaResendPinRequest)
Resend 2FA PIN code over SMS.
|
TfaStartAuthenticationResponse |
TfaApi.resendTfaPinCodeOverVoice(String pinId,
TfaResendPinRequest tfaResendPinRequest)
Resend 2FA PIN code over Voice.
|
okhttp3.Call |
TfaApi.resendTfaPinCodeOverVoiceAsync(String pinId,
TfaResendPinRequest tfaResendPinRequest,
ApiCallback<TfaStartAuthenticationResponse> _callback)
Resend 2FA PIN code over Voice (asynchronously).
|
okhttp3.Call |
TfaApi.resendTfaPinCodeOverVoiceCall(String pinId,
TfaResendPinRequest tfaResendPinRequest,
ApiCallback _callback)
Build call for resendTfaPinCodeOverVoice.
|
ApiResponse<TfaStartAuthenticationResponse> |
TfaApi.resendTfaPinCodeOverVoiceWithHttpInfo(String pinId,
TfaResendPinRequest tfaResendPinRequest)
Resend 2FA PIN code over Voice.
|
| Modifier and Type | Method and Description |
|---|---|
TfaResendPinRequest |
TfaResendPinRequest.placeholders(Map<String,String> placeholders) |
TfaResendPinRequest |
TfaResendPinRequest.putPlaceholdersItem(String key,
String placeholdersItem) |
Copyright © 2022. All rights reserved.