pub async fn retrieve_oauth_configuration_with_id(
configuration: &Configuration,
application_id: &str,
x_fusion_auth_tenant_id: Option<&str>,
) -> Result<OAuthConfigurationResponse, Error<RetrieveOauthConfigurationWithIdError>>
Expand description
Retrieves the Oauth2 configuration for the application for the given Application Id.