IosGuardian class
- Inheritance
-
- Object
- PlatformInterface
- IosGuardian
Constructors
- IosGuardian(PlatformGuardianCreationParams params)
- Creates a new IosGuardian.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel → MethodChannel
-
final
- params → PlatformGuardianCreationParams
-
The parameters used to initialize the
PlatformGuardian.finalinherited - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
acceptRequest(
{required Map notification}) → Future< bool> - Accepts an auth request from auth0.
-
enroll(
{required String usingUri, required String notificationToken}) → Future< EnrolledDevice> - Enrolls the current device to auth0.
-
isGuardianNotification(
Map notification) → Future< bool> - Checks if a notification is from guardian.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rejectRequest(
{required Map notification, String? reason}) → Future< bool> - Rejects an auth request from auth0.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited