IdentityProviderSearchCriteria constructor

IdentityProviderSearchCriteria({
  1. String applicationId,
  2. String name,
  3. IdentityProviderType type,
})

Implementation

IdentityProviderSearchCriteria({this.applicationId, this.name, this.type});