AccessTokenDialogMode enum
Controls whether the dialog runs the full bootstrap flow (schema + all Edge Functions) or only the function-redeploy subset.
-
AccessTokenDialogMode.fullBootstrap: used by the setup screen when the user first connects to a blank Supabase project. Applies schema, fetches the service role key, deploys every slug in bundledFunctionSlugs, writes the required function secrets, records the deployed functions hash.
-
AccessTokenDialogMode.functionsOnly: used by the Settings banner when the app detects a newer bundled
functionsBundleHashthan what the user's Supabase reports. Skips schema apply (schema incremental updates happen transparently via_apply_migrationon sign-in) and runs only the deploy/secrets/hash steps, which are all idempotent.
Values
- fullBootstrap → const AccessTokenDialogMode
- functionsOnly → const AccessTokenDialogMode
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → int
-
A numeric identifier for the enumerated value.
no setterinherited
- name → String
-
Available on Enum, provided by the EnumName extension
The name of the enum value.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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
Constants
-
values
→ const List<
AccessTokenDialogMode> - A constant List of the values in this enum, in order of their declaration.