pub async fn reconcile_jwt_with_id(
configuration: &Configuration,
identity_provider_login_request: Option<IdentityProviderLoginRequest>,
) -> Result<LoginResponse, Error<ReconcileJwtWithIdError>>
Expand description
Reconcile a User to FusionAuth using JWT issued from another Identity Provider.