| Package | Description |
|---|---|
| com.authy | |
| com.authy.api |
| Modifier and Type | Method and Description |
|---|---|
static String |
AuthyUtil.mapToQuery(Map<String,String> map) |
static boolean |
AuthyUtil.validateSignatureForGet(Map<String,String> params,
Map<String,String> headers,
String url,
String apiKey)
Validates the request information to
|
static boolean |
AuthyUtil.validateSignatureForPost(String body,
Map<String,String> headers,
String url,
String apiKey)
Validates the request information to
|
| Modifier and Type | Method and Description |
|---|---|
ApprovalRequestParams.Builder |
ApprovalRequestParams.Builder.addDetail(String key,
String value)
Adds a key,value pair into the details which is a Dictionary containing the [ApprovalRequest] details that will be shown to user.
|
ApprovalRequestParams.Builder |
ApprovalRequestParams.Builder.addHiddenDetail(String key,
String value)
Adds a key,value pair into the hidden_details which is a Dictionary containing the approval request details hidden to user.
|
ApprovalRequestParams.Builder |
ApprovalRequestParams.Builder.addLogo(ApprovalRequestParams.Resolution resolution,
String url)
Adds a new logo item to the Logos array.
|
ApprovalRequestParams |
ApprovalRequestParams.Builder.build()
Compiles and creates the provided set of parameters to have a ready to use ApprovalRequestParams object.
|
OneTouchResponse |
OneTouch.getApprovalRequestStatus(String uuid) |
OneTouchResponse |
OneTouch.sendApprovalRequest(ApprovalRequestParams approvalRequestParams)
Sends the OneTouch's approval request to the Authy servers and returns the OneTouchResponse that comes back.
|
| Constructor and Description |
|---|
Builder(Integer authyId,
String message)
This will create a valid builder with the initial required params.
|
OneTouchResponse(String json) |
Copyright © 2017. All rights reserved.