Operations class Null safety

The interface used to obtain operation objects (registration, deregistration, authentication...).

See MobileAuthenticationClient.operations.

Constructors

Operations()

Properties

authCloudApiRegistration AuthCloudApiRegistration
Returns an AuthCloudApiRegistration object.
read-only
authentication Authentication
Returns an Authentication object.
read-only
deregistration Deregistration
Returns a Deregistration object.
read-only
deviceInformationChange DeviceInformationChange
Returns a DeviceInformationChange object.
read-only
hashCode → int
The hash code for this object.
read-onlyinherited
outOfBandOperation OutOfBandOperation
Returns an OutOfBandOperation object.
read-only
outOfBandPayloadDecode OutOfBandPayloadDecode
Returns an OutOfBandPayloadDecode object.
read-only
pinChange PinChange
Returns a PinChange object.
read-only
registration Registration
Returns a Registration object.
read-only
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

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