Function fusionauth_rust_client::apis::default_api::create_identity_provider
source · pub async fn create_identity_provider(
configuration: &Configuration,
identity_provider_request: Option<IdentityProviderRequest>
) -> Result<IdentityProviderResponse, Error<CreateIdentityProviderError>>
Expand description
Creates an identity provider. You can optionally specify an Id for the identity provider, if not provided one will be generated.