FlutterAuthClientOptions class

Inheritance

Constructors

FlutterAuthClientOptions({AuthFlowType authFlowType = AuthFlowType.pkce, bool autoRefreshToken = true, GotrueAsyncStorage? pkceAsyncStorage, LocalStorage? localStorage, bool detectSessionInUri = true})
const

Properties

authFlowType AuthFlowType
finalinherited
autoRefreshToken bool
finalinherited
detectSessionInUri bool
If true, the client will start the deep link observer and obtain sessions when a valid URI is detected.
final
hashCode int
The hash code for this object.
no setterinherited
localStorage LocalStorage?
final
pkceAsyncStorage GotrueAsyncStorage?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({AuthFlowType? authFlowType, bool? autoRefreshToken, LocalStorage? localStorage, GotrueAsyncStorage? pkceAsyncStorage, bool? detectSessionInUri}) FlutterAuthClientOptions
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