AtEnrollmentResponse class

Represents the response of an enrollment operation received from the secondary server.

Constructors

AtEnrollmentResponse(String enrollmentId, EnrollmentStatus enrollStatus)
Creates an instance of AtEnrollmentResponse.

Properties

atAuthKeys AtAuthKeys?
Optional authentication keys associated with the enrollment.
getter/setter pair
enrollmentId String
The unique identifier associated with the enrollment.
getter/setter pair
enrollStatus ↔ EnrollmentStatus
The status of the enrollment operation.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
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.
override

Operators

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