IdentityProviderDetails constructor

IdentityProviderDetails({
  1. List<String> applicationIds,
  2. String id,
  3. String idpEndpoint,
  4. String name,
  5. IdentityProviderOauth2Configuration oauth2,
  6. IdentityProviderType type,
})

Implementation

IdentityProviderDetails(
    {this.applicationIds,
    this.id,
    this.idpEndpoint,
    this.name,
    this.oauth2,
    this.type});