Authenticator constructor
Creates an Authenticator widget with the optional child Widget and optional
oAuthUserConfigurations
.
Implementation
const Authenticator({
super.key,
this.child,
this.oAuthUserConfigurations = const [],
});
Creates an Authenticator widget with the optional child Widget and optional
oAuthUserConfigurations
.
const Authenticator({
super.key,
this.child,
this.oAuthUserConfigurations = const [],
});