public class AuthenticationMethodRequest extends com.github.davidmoten.odata.client.EntityRequest<AuthenticationMethod>
| Constructor and Description |
|---|
AuthenticationMethodRequest(com.github.davidmoten.odata.client.ContextPath contextPath) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestNoReturn |
disableSmsSignIn() |
com.github.davidmoten.odata.client.ActionRequestNoReturn |
enableSmsSignIn() |
com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<PasswordResetResponse> |
resetPassword(String newPassword,
Boolean requireChangeOnNextSignIn) |
public AuthenticationMethodRequest(com.github.davidmoten.odata.client.ContextPath contextPath)
public com.github.davidmoten.odata.client.ActionRequestNoReturn enableSmsSignIn()
public com.github.davidmoten.odata.client.ActionRequestNoReturn disableSmsSignIn()
public com.github.davidmoten.odata.client.ActionRequestReturningNonCollection<PasswordResetResponse> resetPassword(String newPassword, Boolean requireChangeOnNextSignIn)
Copyright © 2018–2020. All rights reserved.