AuthOptions constructor

AuthOptions({
  1. String? redirectTo,
  2. String? scopes,
})

Implementation

AuthOptions({
  this.redirectTo,
  this.scopes,
});