Microsoft.Identity.Client.Platforms.Android.Broker.BrokerRequest
class BrokerRequest
namespace Microsoft.Identity.Client.Platforms.Android.Broker
{
internal class BrokerRequest
{
public string Authority { get; set; }
public string Scopes { get; set; }
public string UrlEncodedRedirectUri { get; }
public string ClientId { get; set; }
public string HomeAccountId { get; set; }
public string LocalAccountId { get; set; }
public string UserName { get; set; }
public string ExtraQueryParameters { get; set; }
public string CorrelationId { get; set; }
public string Prompt { get; set; }
public string Claims { get; set; }
public string ForceRefresh { get; set; }
public string ClientAppName { get; set; }
public string ClientAppVersion { get; set; }
public string ClientVersion { get; set; }
public string Environment { get; set; }
public Uri RedirectUri { get; set; }
public static BrokerRequest FromInteractiveParameters(AuthenticationRequestParameters authenticationRequestParameters, AcquireTokenInteractiveParameters acquireTokenInteractiveParameters);
public static BrokerRequest FromSilentParameters(AuthenticationRequestParameters authenticationRequestParameters, AcquireTokenSilentParameters acquireTokenSilentParameters);
public BrokerRequest();
}
}