$AppPasswordClient class
Constructors
- $AppPasswordClient.new($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
-
deleteAppPassword(
{bool? oCSAPIRequest}) → Future< DynamiteResponse< AppPasswordDeleteAppPasswordResponseApplicationJson, void> > - Delete app password.
-
deleteAppPasswordRaw(
{bool? oCSAPIRequest}) → DynamiteRawResponse< AppPasswordDeleteAppPasswordResponseApplicationJson, void> - Delete app password.
-
getAppPassword(
{bool? oCSAPIRequest}) → Future< DynamiteResponse< AppPasswordGetAppPasswordResponseApplicationJson, void> > - Create app password.
-
getAppPasswordRaw(
{bool? oCSAPIRequest}) → DynamiteRawResponse< 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.
-
rotateAppPasswordRaw(
{bool? oCSAPIRequest}) → DynamiteRawResponse< AppPasswordRotateAppPasswordResponseApplicationJson, void> - Rotate app password.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited