OAuthSignIn constructor

OAuthSignIn({
  1. List<OAuthType> authTypes = const [],
  2. bool showLoginError = true,
  3. Action? action,
  4. LayoutConfiguration<ContentItem>? layout,
  5. List<ContentModifierConfiguration>? modifiers,
})

Implementation

OAuthSignIn({
  this.authTypes = const [],
  this.showLoginError = true,
  this.action,
  super.layout,
  super.modifiers,
}) : super(schemaType: schemaName);