SocialSignIn class

Wrapper class providing the methods to interact with Social Sign-in.

Constructors

SocialSignIn()

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

initialSite(SocialSignInSiteConfig profile, SocialSignInPageInfo? pageInfo) SocialSignIn
Configure the SocialSignInPlatform instance
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
signIn(BuildContext context) Future<SocialSignInResultInterface>
Configure and direct login
signInSite(SocialPlatform site, BuildContext context) Future<SocialSignInResultInterface>
Returns the credentials state for a given user by SocialSignInResultInterface Get the credentials and authorization of social login, it will convert an authorization code obtained via Social sign into a session in your system.
toString() String
A string representation of this object.
inherited

Operators

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