WebAuthLogoutOptions constructor

WebAuthLogoutOptions({
  1. bool useHTTPS = false,
  2. String? returnTo,
  3. String? scheme,
})

Implementation

WebAuthLogoutOptions({this.useHTTPS = false, this.returnTo, this.scheme});