IdentityProviderBuilder<T extends Object> class
abstract
Interface for building identity providers.
Responsible for building instances of identity providers with dependencies that can then be used by provider endpoints.
Constructors
- IdentityProviderBuilder()
-
Creates a new IdentityProviderBuilder instance.
const
Properties
Methods
-
build(
{required TokenManager tokenManager, required AuthUsers authUsers, required UserProfiles userProfiles}) → T - Builds a new instance of the identity provider.
-
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