Application API Reference - Java
LoginId
Class
Constructor
This server SDK leverages either a web or mobile application and requires an API credential to be assigned to that integration.
Helper Functions
generateServiceToken
Generate a service token, to be used when making protected API calls. Not required when calling other methods with the server SDK.
verifyToken
Verify a JWT returned upon user authentication.
Transaction Confirmation Related Functions
generateTxAuthToken
Generates the bearer token to be used in the transaction confirmation flow, as it has a specific format slightly different from the standard service tokens. This function generates that token. If calling the createTx
method, this function does not need to be called first.
createTx
Create a transaction ID. This is typically the first step of the transaction confirmation flow.
verifyTransaction
Verify the jwt
returned in the confirmTransaction
flow.