Method SaveUserSettings
| Improve this Doc View SourceSaveUserSettings(SaveUserSettingsForm, CancellationToken)
Saves user settings.
Declaration
Task<LoginResponse> SaveUserSettings(SaveUserSettingsForm form, CancellationToken cancellationToken = default)
Parameters
| Type | Name | Description |
|---|---|---|
| SaveUserSettingsForm | form | The form to send for saving user settings. |
| CancellationToken | cancellationToken | Optional cancellation token to pass through to HttpClient |
Returns
| Type | Description |
|---|---|
| Task<LoginResponse> | The task object representing the asynchronous operation. The task result contains the response after saving the user settings. |