<PackageReference Include="Microsoft.Identity.Client" Version="4.89.0" />

Microsoft.Identity.Client.Instance.Discovery.TokenExchangeScope

public static class TokenExchangeScope
Computes the FIC (Federated Identity Credential) token-exchange scope from a bare audience.
namespace Microsoft.Identity.Client.Instance.Discovery { public static class TokenExchangeScope { public static string FromAudience(string audience); } }