AuthEnvVars class
Environment variable names for authentication.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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
- authToken → const String
- Primary auth token environment variable.
- configDir → const String
- Custom config directory override.
- controlPlaneApiUrl → const String
- Control Plane API URL.
- controlPlaneUrl → const String
- Control Plane base URL.
- enableAutoRefresh → const String
- Enable auto-refresh of tokens (opt-in).
- firebaseApiKey → const String
- Firebase API key for token refresh.
- firebaseToken → const String
- Firebase-specific token environment variable.
- tokenGraceSeconds → const String
- Token grace period in seconds before expiry.
- useControlPlaneToken → const String
- Flag to prefer Control Plane token over Firebase token.