OneOfAuth class
An auth request that is a one of any of the given auth requests.
- Inheritance
-
- Object
- AuthRequest
- OneOfAuth
- Annotations
-
- @immutable
Constructors
-
OneOfAuth.new(List<
AuthRequest> auths) -
const
Properties
-
auths
→ List<
AuthRequest> -
The auth requests that are a one of.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
haveSecrets(
String? getSecret(String name)) → bool -
Returns true if any of the auth requests have all the secrets.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resolve(
String? getSecret(String name)) → ResolvedAuth -
Returns the resolved auth for the first auth request that has all
necessary secrets.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited