TransUnion TruValidate Multifactor Authentication SDK for Java
SDK
The TransUnion TruValidate Multifactor Authentication SDK for Java provides a native Java SDK for interacting with the TransUnion TruValidate Multifactor Authentication API.
Examples
Examples for using the TransUnion TruValidate Multifactor Authentication SDK for Java
CLI Example
Spring MVC Example
Contributing
- Fork it (GitHub forking guide)
- Create your feature branch (
git checkout -b my-new-feature
) - Unit test your changes (
mvn clean test
) - Integration test your changes (See Instructions)
- Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request