### YamlMime:JavaType constructors: - fullName: com.microsoft.aad.adal.WebviewHelper.WebviewHelper(Intent requestIntent) name: WebviewHelper(Intent requestIntent) nameWithType: WebviewHelper.WebviewHelper(Intent requestIntent) parameters: - description:
Intent that has request information.
name: requestIntent type:Construct with incoming requestIntent that you receive at startActivityForResult.
syntax: public WebviewHelper(Intent requestIntent) uid: com.microsoft.aad.adal.WebviewHelper.WebviewHelper(Intent) inheritances: -URL from which challenge response is received
name: challengeUrl type:on malformed exception
- type:on parameter validation failure
returns: description:PreKeyAuth class filled in
type:Url
type:Gets redirect url to tell the webview to stop before navigating.
syntax: public String getRedirectUrl() uid: com.microsoft.aad.adal.WebviewHelper.getRedirectUrl() - fullName: com.microsoft.aad.adal.WebviewHelper.getResultIntent(final String finalUrl) name: getResultIntent(final String finalUrl) nameWithType: WebviewHelper.getResultIntent(final String finalUrl) parameters: - description:url to be passed to the intent
name: finalUrl type:Intent
type:Creates result intent to pass into onActivityResult method.
syntax: public Intent getResultIntent(final String finalUrl) uid: com.microsoft.aad.adal.WebviewHelper.getResultIntent(final String) - fullName: com.microsoft.aad.adal.WebviewHelper.getStartUrl() name: getStartUrl() nameWithType: WebviewHelper.getStartUrl() exceptions: - type:if the url is malformed
returns: description:Url
type:Gets startUrl to use as url to start webview.
syntax: public String getStartUrl() uid: com.microsoft.aad.adal.WebviewHelper.getStartUrl() - fullName: com.microsoft.aad.adal.WebviewHelper.validateRequestIntent() name: validateRequestIntent() nameWithType: WebviewHelper.validateRequestIntent() summary:Check request intent fields.
syntax: public void validateRequestIntent() uid: com.microsoft.aad.adal.WebviewHelper.validateRequestIntent() nameWithType: WebviewHelper syntax: public class WebviewHelper type: class uid: com.microsoft.aad.adal.WebviewHelper fullName: com.microsoft.aad.adal.WebviewHelper name: WebviewHelper package: com.microsoft.aad.adal summary:Wrapper class to handle internals for request intent and response for custom webview usage.
metadata: {}