FlutterAuthClientOptions constructor

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

Implementation

const FlutterAuthClientOptions({
  super.authFlowType,
  super.autoRefreshToken,
  super.pkceAsyncStorage,
  this.localStorage,
  this.detectSessionInUri = true,
});