UserCreationOptions
The UserCreationOptions class allows you to specify SDK user creation options. This class is used with Sentiance.createUser(UserCreationOptions)
.
See: UserCreationOptions.Builder.
UserCreationOptions API
getPlatformUrl()
getPlatformUrl()
Returns the Sentiance Platform URL.
getAuthCode()
getAuthCode()
Returns the authentication code that should be used when creating a user. Returns
null
if it wasn't set.
getAppId()
()
Returns the Sentiance app ID that should be used when creating a user. Returns
null
if it wasn't set.
getSecret()
()
Returns the Sentiance app secret that should be used when creating a user. Returns
null
if it wasn't set.
getUserLinkerAsync()
()
Returns the user linker that should be invoked during the user creation process. Returns
null
if it wasn't set.
getUserLinker()
()
Returns the user linker that should be invoked during the user creation process. Returns
null
if it wasn't set.
Last updated