AuthClientOptions constructor

const AuthClientOptions({
  1. bool autoRefreshToken = true,
  2. GotrueAsyncStorage? pkceAsyncStorage,
  3. AuthFlowType authFlowType = AuthFlowType.pkce,
})

Implementation

const AuthClientOptions({
  this.autoRefreshToken = true,
  this.pkceAsyncStorage,
  this.authFlowType = AuthFlowType.pkce,
});