Operations class abstract
The interface used to obtain operation objects (registration, deregistration, authentication...).
Constructors
Properties
- authCloudApiRegistration → AuthCloudApiRegistration
-
Returns an AuthCloudApiRegistration object.
no setter
- authentication → Authentication
-
Returns an Authentication object.
no setter
- deregistration → Deregistration
-
Returns a Deregistration object.
no setter
- deviceInformationChange → DeviceInformationChange
-
Returns a DeviceInformationChange object.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- outOfBandOperation → OutOfBandOperation
-
Returns an OutOfBandOperation object.
no setter
- outOfBandPayloadDecode → OutOfBandPayloadDecode
-
Returns an OutOfBandPayloadDecode object.
no setter
- passwordChange → PasswordChange
-
Returns a
PasswordChange
object.no setter - pendingOutOfBandOperations → PendingOutOfBandOperations
-
Returns a PendingOutOfBandOperations object.
no setter
- pinChange → PinChange
-
Returns a PinChange object.
no setter
- registration → Registration
-
Returns a Registration object.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited