AuthI class
The interface used to authenticate a user.
https://developer.apple.com/documentation/sign_in_with_apple/authi
Constructors
- AuthI()
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
-
init(
ClientConfigI options) → void - Initialize the authentication object with a configuration object.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
signIn(
) → Object - Sign in using the configuration object.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited