Microsoft.Identity.Client.OAuth2.OAuth2RequestedTokenUse static class OAuth2RequestedTokenUse Documentation Code namespace Microsoft.Identity.Client.OAuth2 { internal static class OAuth2RequestedTokenUse { public const string OnBehalfOf = "on_behalf_of"; } }