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()

String getPlatformUrl()

Returns the Sentiance Platform URL.

getAuthCode()

String getAuthCode()

Returns the authentication code that should be used when creating a user. Returns null if it wasn't set.

getAppId()

String getAppId()

Returns the Sentiance app ID that should be used when creating a user. Returns null if it wasn't set.

getSecret()

String getSecret()

Returns the Sentiance app secret that should be used when creating a user. Returns null if it wasn't set.

getUserLinkerAsync()

UserLinkerAsync getUserLinkerAsync()

Returns the user linker that should be invoked during the user creation process. Returns null if it wasn't set.

getUserLinker()

UserLinker getUserLinker()

Returns the user linker that should be invoked during the user creation process. Returns null if it wasn't set.

Last updated