Java Client Library
The Jumio Java client library supports integrating the Jumio Platform into Java Spring applications. You configure an instance of the JumioClient class and use it to manage interactions with the Jumio Platform.
JumioClient exposes fluent interfaces using the builder design pattern that make it simple to configure and execute most common interactions with the platform including:
-
Obtaining and caching authorization tokens.
Configure the JumioClient to use with your Jumio data center and OAuth2 credentials and the client will manage the JWT tokens for all calls to the Jumio Platform.
-
Initiating and executing transactions.
-
Retrieving transaction status and details.
The Javadoc API reference is available at: index.html.