provider property

AuthProvider<AuthListener, AuthCredential>? provider
final

An optional instance of the AuthProvider that should be used to authenticate. If not provided, a default instance of the AuthProvider will be created. A type of provider is resolved by the type of the AuthController provided to the AuthFlowBuilder.

The following providers are optional to provide:

Implementation

final AuthProvider? provider;