AuthorizationRequest class abstract

A base class which describes an authorization request that we will make on the native side.

Apple Docs: https://developer.apple.com/documentation/authenticationservices/asauthorizationrequest

We currently only support the following authorization requests:

Implementers
Annotations

Constructors

AuthorizationRequest()
const

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
A method which turns this AuthorizationRequest into a JSON representation which can be send over a MethodChannel.
toString() String
A string representation of this object.
inherited

Operators

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