pub async fn create_user_link_with_id(
    configuration: &Configuration,
    identity_provider_link_request: Option<IdentityProviderLinkRequest>
) -> Result<IdentityProviderLinkResponse, Error<CreateUserLinkWithIdError>>
Expand description

Link an external user from a 3rd party identity provider to a FusionAuth user.