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

Microsoft.Identity.Client.Platforms.iOS.BrokerConstants

static class BrokerConstants
public const string BrowserExtInstallPrefix = "msauth://"

public const string BrowserExtPrefix = "browser://"

public const string ChallengeHeaderKey = "x-ms-PKeyAuth"

public const string ChallengeHeaderValue = "1.0"

public const string ChallengeResponseContext = "Context"

public const string ChallengeResponseHeader = "Authorization"

public const string ChallengeResponseToken = "AuthToken"

public const string ChallengeResponseType = "PKeyAuth"

public const string ChallengeResponseVersion = "Version"

public const string DeviceAuthChallengeRedirect = "urn:http-auth:PKeyAuth"