Skip to content

Commit

Permalink
Merge pull request #30 from onfido/feature/cross-device-url-param
Browse files Browse the repository at this point in the history
Add new cross_device_url enterprise param to sdk_token model
  • Loading branch information
eraxyz authored Jun 30, 2020
2 parents 5ac0156 + b5a46e8 commit d257650
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion onfido-java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.onfido</groupId>
<artifactId>onfido-api-java</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>

<name>Onfido API Java Client</name>
<description>Official Java API client library for the Onfido API</description>
Expand Down
5 changes: 5 additions & 0 deletions onfido-java/src/main/models/sdk_token.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
}

0 comments on commit d257650

Please sign in to comment.