ExtraLoginOptions constructor

ExtraLoginOptions({
  1. Map? additionalParams = const {},
  2. String? domain,
  3. String? client_id,
  4. String? leeway,
  5. String? userIdField,
  6. bool? isUserIdCaseSensitive,
  7. String? access_token,
  8. EmailFlowType? flow_type = EmailFlowType.code,
  9. Display? display,
  10. Prompt? prompt,
  11. String? max_age,
  12. String? ui_locales,
  13. String? id_token_hint,
  14. String? id_token,
  15. String? login_hint,
  16. String? acr_values,
  17. String? scope,
  18. String? audience,
  19. String? connection,
  20. String? state,
  21. String? response_type,
  22. String? nonce,
  23. String? redirect_uri,
})

Implementation

ExtraLoginOptions({
  this.additionalParams = const {},
  this.domain,
  this.client_id,
  this.leeway,
  this.userIdField,
  this.isUserIdCaseSensitive,
  this.access_token,
  this.flow_type = EmailFlowType.code,
  this.display,
  this.prompt,
  this.max_age,
  this.ui_locales,
  this.id_token_hint,
  this.id_token,
  this.login_hint,
  this.acr_values,
  this.scope,
  this.audience,
  this.connection,
  this.state,
  this.response_type,
  this.nonce,
  this.redirect_uri,
});