From 53e793bccae0b9e69bbdfc02a368ae1d8015c6d1 Mon Sep 17 00:00:00 2001 From: Luis Santana Date: Wed, 10 Jun 2020 15:54:52 -0600 Subject: [PATCH 1/4] Add new cross_device_url enterprise param to sdk_token model --- onfido-java/src/main/models/sdk_token.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/onfido-java/src/main/models/sdk_token.json b/onfido-java/src/main/models/sdk_token.json index 398c8d41..3e599c58 100644 --- a/onfido-java/src/main/models/sdk_token.json +++ b/onfido-java/src/main/models/sdk_token.json @@ -20,6 +20,11 @@ "type": "string", "description": "The referrer URL pattern - used with the Web SDK", "writeOnly": true + }, + "cross_device_url": { + "type": "string", + "description": "Enterprise feature: The URL to be used for the cross device flow of the Web SDK", + "writeOnly": true } } } From b8d3a021d66908578bdb2cdb110ce970f5fa4c96 Mon Sep 17 00:00:00 2001 From: Luis Santana Date: Tue, 30 Jun 2020 07:36:03 -0600 Subject: [PATCH 2/4] Bump to version 1.3.0 --- onfido-java/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onfido-java/pom.xml b/onfido-java/pom.xml index ce557eca..25929c96 100644 --- a/onfido-java/pom.xml +++ b/onfido-java/pom.xml @@ -4,7 +4,7 @@ com.onfido onfido-api-java - 1.1.3 + 1.3.0 Onfido API Java Client Official Java API client library for the Onfido API From 49d005abbac2a2eb679b1176594f1b75ef434895 Mon Sep 17 00:00:00 2001 From: Luis Santana Date: Wed, 10 Jun 2020 15:54:52 -0600 Subject: [PATCH 3/4] Add new cross_device_url enterprise param to sdk_token model --- onfido-java/src/main/models/sdk_token.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/onfido-java/src/main/models/sdk_token.json b/onfido-java/src/main/models/sdk_token.json index 398c8d41..3e599c58 100644 --- a/onfido-java/src/main/models/sdk_token.json +++ b/onfido-java/src/main/models/sdk_token.json @@ -20,6 +20,11 @@ "type": "string", "description": "The referrer URL pattern - used with the Web SDK", "writeOnly": true + }, + "cross_device_url": { + "type": "string", + "description": "Enterprise feature: The URL to be used for the cross device flow of the Web SDK", + "writeOnly": true } } } From 202121f480f521f8fde4473a52ccdcb8a7604b1e Mon Sep 17 00:00:00 2001 From: Luis Santana Date: Tue, 30 Jun 2020 07:36:03 -0600 Subject: [PATCH 4/4] Bump to version 1.3.0 --- onfido-java/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onfido-java/pom.xml b/onfido-java/pom.xml index fac7127c..25929c96 100644 --- a/onfido-java/pom.xml +++ b/onfido-java/pom.xml @@ -4,7 +4,7 @@ com.onfido onfido-api-java - 1.2.0 + 1.3.0 Onfido API Java Client Official Java API client library for the Onfido API