AppleSignInConfig class

Configure Apple Sign-in parameters required for web-based authentication flows.

Constructors

AppleSignInConfig({required String clientId, required String redirectUrl, String hostUrl = "", List<String> scope = const ["name", "email"]})
Parameters required for web-based authentication flows

Properties

clientId String
The developer's client identifier, as provided by WWDR (Worldwide Developer Relations)
getter/setter pair
clientSecret String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hostUrl String
Host url for windows.
getter/setter pair
redirectUrl String
The URI to which the authorization redirects. It must include a domain name, and can't be an IP address or localhost.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scope List<String>
The amount of user information requested from Apple. Valid values are named and email. You can request one, both, or none.
getter/setter pair
site SocialPlatform
no setter

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