DeployedIndexAuthConfig_AuthProvider constructor

DeployedIndexAuthConfig_AuthProvider({
  1. List<String> audiences = const [],
  2. List<String> allowedIssuers = const [],
})

Implementation

DeployedIndexAuthConfig_AuthProvider({
  this.audiences = const [],
  this.allowedIssuers = const [],
}) : super(fullyQualifiedName);