IdentityProviderDetails constructor
IdentityProviderDetails({
- List<
String> applicationIds, - String id,
- String idpEndpoint,
- String name,
- IdentityProviderOauth2Configuration oauth2,
- IdentityProviderType type,
Implementation
IdentityProviderDetails(
{this.applicationIds,
this.id,
this.idpEndpoint,
this.name,
this.oauth2,
this.type});