| Package | Description |
|---|---|
| com.infobip.api | |
| com.infobip.model |
| Modifier and Type | Method and Description |
|---|---|
TfaStartAuthenticationResponse |
TfaApi.sendTfaPinCodeOverSms(Boolean ncNeeded,
TfaStartAuthenticationRequest tfaStartAuthenticationRequest)
Send 2FA PIN code over SMS.
|
okhttp3.Call |
TfaApi.sendTfaPinCodeOverSmsAsync(Boolean ncNeeded,
TfaStartAuthenticationRequest tfaStartAuthenticationRequest,
ApiCallback<TfaStartAuthenticationResponse> _callback)
Send 2FA PIN code over SMS (asynchronously).
|
okhttp3.Call |
TfaApi.sendTfaPinCodeOverSmsCall(Boolean ncNeeded,
TfaStartAuthenticationRequest tfaStartAuthenticationRequest,
ApiCallback _callback)
Build call for sendTfaPinCodeOverSms.
|
ApiResponse<TfaStartAuthenticationResponse> |
TfaApi.sendTfaPinCodeOverSmsWithHttpInfo(Boolean ncNeeded,
TfaStartAuthenticationRequest tfaStartAuthenticationRequest)
Send 2FA PIN code over SMS.
|
TfaStartAuthenticationResponse |
TfaApi.sendTfaPinCodeOverVoice(TfaStartAuthenticationRequest tfaStartAuthenticationRequest)
Send 2FA PIN code over Voice.
|
okhttp3.Call |
TfaApi.sendTfaPinCodeOverVoiceAsync(TfaStartAuthenticationRequest tfaStartAuthenticationRequest,
ApiCallback<TfaStartAuthenticationResponse> _callback)
Send 2FA PIN code over Voice (asynchronously).
|
okhttp3.Call |
TfaApi.sendTfaPinCodeOverVoiceCall(TfaStartAuthenticationRequest tfaStartAuthenticationRequest,
ApiCallback _callback)
Build call for sendTfaPinCodeOverVoice.
|
ApiResponse<TfaStartAuthenticationResponse> |
TfaApi.sendTfaPinCodeOverVoiceWithHttpInfo(TfaStartAuthenticationRequest tfaStartAuthenticationRequest)
Send 2FA PIN code over Voice.
|
| Modifier and Type | Method and Description |
|---|---|
TfaStartAuthenticationRequest |
TfaStartAuthenticationRequest.applicationId(String applicationId) |
TfaStartAuthenticationRequest |
TfaStartAuthenticationRequest.from(String from) |
TfaStartAuthenticationRequest |
TfaStartAuthenticationRequest.messageId(String messageId) |
TfaStartAuthenticationRequest |
TfaStartAuthenticationRequest.placeholders(Map<String,String> placeholders) |
TfaStartAuthenticationRequest |
TfaStartAuthenticationRequest.putPlaceholdersItem(String key,
String placeholdersItem) |
TfaStartAuthenticationRequest |
TfaStartAuthenticationRequest.to(String to) |
Copyright © 2022. All rights reserved.