AuthProductionBoundary class final
Browser and network boundary required by production auth options.
Constructors
-
AuthProductionBoundary({required Iterable<
Uri> trustedOrigins, required AuthProxyPolicy proxyPolicy}) -
Creates a production boundary from exact HTTPS
trustedOrigins.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- proxyPolicy → AuthProxyPolicy
-
Explicit direct-connection or trusted-proxy decision.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
trustedOrigins
→ List<
String> -
Exact HTTPS origins allowed to invoke browser-facing auth operations.
final
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