Class EmailPasswordAuth
On this page
- io.realm.mongodb.auth
- Method Summary
- Inherited Methods
- Method Detail
- call
- callResetPasswordFunction
- callResetPasswordFunctionAsync
- confirmUser
- confirmUserAsync
- registerUser
- registerUserAsync
- resendConfirmationEmail
- resendConfirmationEmailAsync
- resetPassword
- resetPasswordAsync
- retryCustomConfirmation
- retryCustomConfirmationAsync
- sendResetPasswordEmail
- sendResetPasswordEmailAsync
io.realm.mongodb.auth
Class encapsulating functionality provided when User 's are logged in through the Credentials.Provider.EMAIL_PASSWORD provider.
Method Summary
Modifier and Type | Method and Description |
---|---|
protected abstract void | call ( int functionType, OsJavaNetworkTransport.NetworkTransportJNIResultCallback callback, java.lang.String[] args ) |
public void | Call the reset password function configured to the Credentials.Provider.EMAIL_PASSWORD provider. |
public RealmAsyncTask | ) Call the reset password function configured to the Credentials.Provider.EMAIL_PASSWORD provider. |
public void | Confirms a user with the given token and token id. |
public RealmAsyncTask | ) Confirms a user with the given token and token id. |
public void | Registers a new user with the given email and password. |
public RealmAsyncTask | ) Registers a new user with the given email and password. |
public void | Resend the confirmation for a user to the given email. |
public RealmAsyncTask | Resend the confirmation for a user to the given email. |
public void | Resets the password of a user with the given token, token id, and new password. |
public RealmAsyncTask | |
public void | Retries the custom confirmation on a user for a given email. |
public RealmAsyncTask | Retries the custom confirmation on a user for a given email. |
public void | Sends a user a password reset email for the given email. |
public RealmAsyncTask | Sends a user a password reset email for the given email. |
Inherited Methods
Methods inherited from class java.lang.Object :
getClass
,hashCode
,equals
,clone
,toString
,notify
,notifyAll
,wait
,wait
,wait
,finalize
Method Detail
call
protected abstract void call ( int functionType, OsJavaNetworkTransport.NetworkTransportJNIResultCallback callback, java.lang.String[] args ) |
---|
callResetPasswordFunction
Call the reset password function configured to the Credentials.Provider.EMAIL_PASSWORD provider. Parameters
Throws
|
callResetPasswordFunctionAsync
) |
---|
Call the reset password function configured to the Credentials.Provider.EMAIL_PASSWORD provider. Parameters
Throws
|
confirmUser
Confirms a user with the given token and token id. Parameters
Throws
|
confirmUserAsync
public RealmAsyncTask confirmUserAsync ( ) |
---|
Confirms a user with the given token and token id. Parameters
Throws
|
registerUser
Registers a new user with the given email and password. Parameters
Throws
|
registerUserAsync
public RealmAsyncTask registerUserAsync ( ) |
---|
Registers a new user with the given email and password. Parameters
Throws
|
resendConfirmationEmail
Resend the confirmation for a user to the given email. Parameters
Throws
|
resendConfirmationEmailAsync
String email, ) |
---|
Resend the confirmation for a user to the given email. Parameters
Throws
|
resetPassword
Resets the password of a user with the given token, token id, and new password. Parameters
Throws
|
resetPasswordAsync
Resets the newPassword of a user with the given token, token id, and new password. Parameters
Throws
|
retryCustomConfirmation
Retries the custom confirmation on a user for a given email. Parameters
Throws
|
retryCustomConfirmationAsync
String email, ) |
---|
Retries the custom confirmation on a user for a given email. Parameters
Throws
|
sendResetPasswordEmail
Sends a user a password reset email for the given email. Parameters
Throws
|
sendResetPasswordEmailAsync
String email, ) |
---|
Sends a user a password reset email for the given email. Parameters
Throws
|