ActiveGridAuthenticator constructor

ActiveGridAuthenticator({
  1. ActiveGridOptions options = const ActiveGridOptions(),
})

Create a new ActiveGridAuthenticator options is used to get the ActiveGridEnvironment.authRealm for the _uri

Implementation

ActiveGridAuthenticator({this.options = const ActiveGridOptions()})
    : _uri = Uri.parse(
          'https://iam.zweidenker.de/auth/realms/${options.environment.authRealm}');