IAppleWebAuthenticationOptions class
Parameters required for web-based authentication flows
As described in https://developer.apple.com/documentation/sign_in_with_apple/sign_in_with_apple_js/incorporating_sign_in_with_apple_into_other_platforms
Constructors
- IAppleWebAuthenticationOptions({required String clientId, required Uri redirectUri})
-
const
Properties
- clientId → String
-
The developer’s client identifier, as provided by WWDR.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- redirectUri → Uri
-
The URI to which the authorization redirects. It must include a domain name, and can’t be an IP address or localhost.
final
- 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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited