AuthProviders class

Each AuthProviders must be registered with this class.

Constructors

AuthProviders()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
providers List<AuthProvider>
Add new auth providers to this list.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getByName(String name) AuthProvider?
Finds and returns a AuthProvider via its name.
getValidProviders(ConfigYaml config) List<AuthProvider>
Returns a list of provides that are valid for the given configuration.
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