IdentityProviderPendingLinkResponse constructor

IdentityProviderPendingLinkResponse({
  1. IdentityProviderTenantConfiguration identityProviderTenantConfiguration,
  2. num linkCount,
  3. PendingIdPLink pendingIdPLink,
})

Implementation

IdentityProviderPendingLinkResponse(
    {this.identityProviderTenantConfiguration,
    this.linkCount,
    this.pendingIdPLink});