AuthDeployment<TContext> class
A typed auth deployment assembled from framework-neutral runtime options.
The bundle remains inspectable: callers bind options to their runtime, pass configuration to their framework auth provider, and apply proxyPolicy to the HTTP server or security provider.
- Implementers
Constructors
-
AuthDeployment.custom({required AuthOptions<
TContext> options, required AuthConfig configuration, required AuthProxyPolicy proxyPolicy}) - Creates an advanced custom bundle without applying a preset.
Properties
- configuration → AuthConfig
-
Typed adapter configuration for JWT, sessions, gates, and guards.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
options
→ AuthOptions<
TContext> -
Runtime options consumed by the framework adapter.
final
- proxyPolicy → AuthProxyPolicy
-
Proxy-trust policy applied by the framework boundary.
final
- requiresDurableStore → bool
-
Whether this deployment requires durable persistence.
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