ActiveGridAuthenticationOptions constructor

ActiveGridAuthenticationOptions({
  1. bool autoAuthenticate = false,
})

Creates Authentication Object autoAuthenticate determines if the auth process is started automatically. Defaults to false

Implementation

ActiveGridAuthenticationOptions({
  this.autoAuthenticate = false,
});