$AppPasswordClient class

Constructors

$AppPasswordClient($Client _rootClient)
Creates a new DynamiteClient for app_password requests.

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

$confirmUserPassword_Request({required String password, bool? oCSAPIRequest}) → Request
Confirm the user password.
$confirmUserPassword_Serializer() → DynamiteSerializer<AppPasswordConfirmUserPasswordResponseApplicationJson, void>
Builds a serializer to parse the response of $confirmUserPassword_Request.
$deleteAppPassword_Request({bool? oCSAPIRequest}) → Request
Delete app password.
$deleteAppPassword_Serializer() → DynamiteSerializer<AppPasswordDeleteAppPasswordResponseApplicationJson, void>
Builds a serializer to parse the response of $deleteAppPassword_Request.
$getAppPassword_Request({bool? oCSAPIRequest}) → Request
Create app password.
$getAppPassword_Serializer() → DynamiteSerializer<AppPasswordGetAppPasswordResponseApplicationJson, void>
Builds a serializer to parse the response of $getAppPassword_Request.
$rotateAppPassword_Request({bool? oCSAPIRequest}) → Request
Rotate app password.
$rotateAppPassword_Serializer() → DynamiteSerializer<AppPasswordRotateAppPasswordResponseApplicationJson, void>
Builds a serializer to parse the response of $rotateAppPassword_Request.
confirmUserPassword({required String password, bool? oCSAPIRequest}) Future<DynamiteResponse<AppPasswordConfirmUserPasswordResponseApplicationJson, void>>
Confirm the user password.
deleteAppPassword({bool? oCSAPIRequest}) Future<DynamiteResponse<AppPasswordDeleteAppPasswordResponseApplicationJson, void>>
Delete app password.
getAppPassword({bool? oCSAPIRequest}) Future<DynamiteResponse<AppPasswordGetAppPasswordResponseApplicationJson, void>>
Create app password.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rotateAppPassword({bool? oCSAPIRequest}) Future<DynamiteResponse<AppPasswordRotateAppPasswordResponseApplicationJson, void>>
Rotate app password.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited