IAccountApi class abstract
DO NOT MODIFY
GENERATED API OPERATIONS
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
changePassword(
IChangePasswordRequest body) → Future -
getAccountInfo(
) → Future< IAccountInfo> -
getAllInteractions(
{int? max}) → Future -
listSettings(
) → Future< IAccountSettingMap> -
login(
ILoginRequest body) → Future< ILoginResponse> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
processResetPassword(
IProcessResetPasswordRequest body) → Future< ILoginResponse> -
refresh(
IRefreshTokenRequest body) → Future< ITokenResponse> -
registerAccount(
IRegistrationRequest body) → Future< IRegistrationResponse> -
resetPassword(
IResetPasswordRequest body) → Future< IResetPasswordResponse> -
toString(
) → String -
A string representation of this object.
inherited
-
updateClientInfo(
IClientInfo body) → Future< IRegistrationResponse> -
updateSettings(
ISetting setting) → Future< IAccountSettings>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited