AllOfAuth class

An auth request that is all of any of the given auth requests.

Inheritance
Annotations
  • @immutable

Constructors

AllOfAuth.new(List<AuthRequest> auths)
Create a new AllOfAuth.
const

Properties

auths List<AuthRequest>
The auth requests that are all 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 all 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