Last active
August 29, 2015 14:18
-
-
Save lkdocs/19a5cad099252410e54f to your computer and use it in GitHub Desktop.
Java SDK: Create White Label User Example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
try { | |
WhiteLabelUserCreateResult result = | |
authenticationManager.createWhiteLabelUser(myUniqueUserIdentifier); | |
} | |
catch(AuthenticationException e) { | |
//error handling | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment