Microsoft.Identity.Client.Instance.Discovery.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);
}
}