NoAuthSettings constructor

NoAuthSettings()

Implementation

NoAuthSettings()
    : super(
        'please provider authSettings to the app',
        ErrorCodes.noAuthSettings,
      );