| 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.
|
TfaStartAuthenticationResponse |
TfaApi.resendTfaPinCodeOverVoice(String pinId,
TfaResendPinRequest tfaResendPinRequest)
Resend 2FA PIN code over Voice.
|
TfaStartAuthenticationResponse |
TfaApi.sendTfaPinCodeOverSms(Boolean ncNeeded,
TfaStartAuthenticationRequest tfaStartAuthenticationRequest)
Send 2FA PIN code over SMS.
|
TfaStartAuthenticationResponse |
TfaApi.sendTfaPinCodeOverVoice(TfaStartAuthenticationRequest tfaStartAuthenticationRequest)
Send 2FA PIN code over Voice.
|
| Modifier and Type | Method and Description |
|---|---|
ApiResponse<TfaStartAuthenticationResponse> |
TfaApi.resendTfaPinCodeOverSmsWithHttpInfo(String pinId,
TfaResendPinRequest tfaResendPinRequest)
Resend 2FA PIN code over SMS.
|
ApiResponse<TfaStartAuthenticationResponse> |
TfaApi.resendTfaPinCodeOverVoiceWithHttpInfo(String pinId,
TfaResendPinRequest tfaResendPinRequest)
Resend 2FA PIN code over Voice.
|
ApiResponse<TfaStartAuthenticationResponse> |
TfaApi.sendTfaPinCodeOverSmsWithHttpInfo(Boolean ncNeeded,
TfaStartAuthenticationRequest tfaStartAuthenticationRequest)
Send 2FA PIN code over SMS.
|
ApiResponse<TfaStartAuthenticationResponse> |
TfaApi.sendTfaPinCodeOverVoiceWithHttpInfo(TfaStartAuthenticationRequest tfaStartAuthenticationRequest)
Send 2FA PIN code over Voice.
|
| Modifier and Type | Method and Description |
|---|---|
okhttp3.Call |
TfaApi.resendTfaPinCodeOverSmsAsync(String pinId,
TfaResendPinRequest tfaResendPinRequest,
ApiCallback<TfaStartAuthenticationResponse> _callback)
Resend 2FA PIN code over SMS (asynchronously).
|
okhttp3.Call |
TfaApi.resendTfaPinCodeOverVoiceAsync(String pinId,
TfaResendPinRequest tfaResendPinRequest,
ApiCallback<TfaStartAuthenticationResponse> _callback)
Resend 2FA PIN code over Voice (asynchronously).
|
okhttp3.Call |
TfaApi.sendTfaPinCodeOverSmsAsync(Boolean ncNeeded,
TfaStartAuthenticationRequest tfaStartAuthenticationRequest,
ApiCallback<TfaStartAuthenticationResponse> _callback)
Send 2FA PIN code over SMS (asynchronously).
|
okhttp3.Call |
TfaApi.sendTfaPinCodeOverVoiceAsync(TfaStartAuthenticationRequest tfaStartAuthenticationRequest,
ApiCallback<TfaStartAuthenticationResponse> _callback)
Send 2FA PIN code over Voice (asynchronously).
|
| Modifier and Type | Method and Description |
|---|---|
TfaStartAuthenticationResponse |
TfaStartAuthenticationResponse.callStatus(String callStatus) |
TfaStartAuthenticationResponse |
TfaStartAuthenticationResponse.ncStatus(String ncStatus) |
TfaStartAuthenticationResponse |
TfaStartAuthenticationResponse.pinId(String pinId) |
TfaStartAuthenticationResponse |
TfaStartAuthenticationResponse.smsStatus(String smsStatus) |
TfaStartAuthenticationResponse |
TfaStartAuthenticationResponse.to(String to) |
Copyright © 2022. All rights reserved.