UserCreationOptions
The UserCreationOptions class allows you to specify SDK user creation options. This class is used with
Sentiance.createUser(UserCreationOptions)
.String getPlatformUrl()Returns the Sentiance Platform URL.
String getAuthCode()Returns the authentication code that should be used when creating a user. Returnsnull
if it wasn't set.
String getAppId()Returns the Sentiance app ID that should be used when creating a user. Returnsnull
if it wasn't set.
String getSecret()Returns the Sentiance app secret that should be used when creating a user. Returnsnull
if it wasn't set.
UserLinkerAsync getUserLinkerAsync()Returns the user linker that should be invoked during the user creation process. Returnsnull
if it wasn't set.
UserLinker getUserLinker()Returns the user linker that should be invoked during the user creation process. Returnsnull
if it wasn't set.
Last modified 10mo ago