WebAuthOption constructor

const WebAuthOption({
  1. String? pageTitle,
  2. String authenticationPath = 'authentication',
})

pageTitle is title displayed on the auth page authenticationPath is path on the auth page

Implementation

const WebAuthOption({
  this.pageTitle,
  this.authenticationPath = 'authentication',
});