ArcaneAuthConfig class

Constructors

ArcaneAuthConfig.new({bool allowAnonymous = false, Future<void> onBind(UserMeta user)?, Future<void> onUnbind()?, bool autoLink = true, List<SocialSignInSiteConfig> signInConfigs = const [], List<AuthMethod> authMethods = const [], Widget loginScreenBuilder(BuildContext, List<AuthMethod>) = _defaultLoginBuilder})
const

Properties

allowAnonymous bool
final
authMethods List<AuthMethod>
final
final
hashCode int
The hash code for this object.
no setterinherited
loginScreenBuilder Widget Function(BuildContext, List<AuthMethod>)
final
onBind Future<void> Function(UserMeta user)?
final
onUnbind Future<void> Function()?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signInConfigs List<SocialSignInSiteConfig>
final

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