WebviewHelper.PreKeyAuthInfo Class

  • java.lang.Object
    • com.microsoft.aad.adal.WebviewHelper.PreKeyAuthInfo

public class PreKeyAuthInfo

Constructor Summary

Constructor Description
PreKeyAuthInfo(HashMap<String, String> httpHeaders, String loadUrl)

Construct the PreKeyAuthInfo.

Method Summary

Modifier and Type Method and Description
HashMap<String, String> getHttpHeaders()

Get the HTTP headers.

String getLoadUrl()

Get the load Url.

Constructor Details

PreKeyAuthInfo

public PreKeyAuthInfo(HashMap httpHeaders, String loadUrl)

Construct the PreKeyAuthInfo.

Parameters:

httpHeaders - the http headers
loadUrl - load Url

Method Details

getHttpHeaders

public HashMap getHttpHeaders()

Get the HTTP headers.

Returns:

HashMap containing http headers

getLoadUrl

public String getLoadUrl()

Get the load Url.

Returns:

load Url

Applies to