Azure.Identity.TokenHelper static class TokenHelper Documentation Code namespace Azure.Identity { internal static class TokenHelper { public static (string ClientId, string TenantId, string Upn, string ObjectId) ParseAccountInfoFromToken(string token); } }