clearProfile
|
fun clearProfile(callback: WebcomDoneCallback? = null): Unit |
doAttachIdentity
|
fun doAttachIdentity(password: String?, context: AuthenticationService.Context, displayName: String?, profile: Any?, messageDetails: AuthenticationMethod.Internal.MessageDetails?, callback: WebcomDoneCallback?, authResponseReceiver: ((AuthResponse) -> Unit)? = null): Unit |
sendPasswordResetCode
|
fun sendPasswordResetCode(messageDetails: AuthenticationMethod.Internal.MessageDetails? = null, callback: WebcomDoneCallback? = null): Unit |
setProfile
|
fun setProfile(value: Any?, callback: WebcomDoneCallback? = null): Unit |
updateProfile
|
fun updateProfile(path: String, value: Any?, callback: WebcomDoneCallback? = null): Unit |