### 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: summary: >-

Construct with incoming requestIntent that you receive at startActivityForResult.

syntax: public WebviewHelper(Intent requestIntent) uid: com.microsoft.aad.adal.WebviewHelper.WebviewHelper(Intent) inheritances: - methods: - fullName: com.microsoft.aad.adal.WebviewHelper.getPreKeyAuthInfo(String challengeUrl) name: getPreKeyAuthInfo(String challengeUrl) nameWithType: WebviewHelper.getPreKeyAuthInfo(String challengeUrl) parameters: - description:

URL from which challenge response is received

name: challengeUrl type: exceptions: - type: description:

on malformed exception

- type: description:

on parameter validation failure

returns: description:

PreKeyAuth class filled in

type: syntax: public PreKeyAuthInfo getPreKeyAuthInfo(String challengeUrl) uid: com.microsoft.aad.adal.WebviewHelper.getPreKeyAuthInfo(String) - fullName: com.microsoft.aad.adal.WebviewHelper.getRedirectUrl() name: getRedirectUrl() nameWithType: WebviewHelper.getRedirectUrl() returns: description:

Url

type: summary: >-

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: returns: description:

Intent

type: summary: >-

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: description:

if the url is malformed

returns: description:

Url

type: summary: >-

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: {}