azure-docs-sdk-java/docs-ref-autogen/com.microsoft.aad.adal.Auth...

94 строки
6.4 KiB
YAML

### YamlMime:JavaType
fields:
- field:
type: <xref href="final+String?alt=final+String&text=final+String" data-throw-if-not-resolved="False"/>
fullName: com.microsoft.aad.adal.AuthenticationConstants.Browser.ACTION_CANCEL
name: ACTION_CANCEL
nameWithType: AuthenticationConstants.Browser.ACTION_CANCEL
summary: <p>Used by LocalBroadcastReceivers to filter the intent string of request cancellation. </p>
syntax: public static final String ACTION_CANCEL= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Browser.ACTION_CANCEL
uid: com.microsoft.aad.adal.AuthenticationConstants.Browser.ACTION_CANCEL
- field:
type: <xref href="final+String?alt=final+String&text=final+String" data-throw-if-not-resolved="False"/>
fullName: com.microsoft.aad.adal.AuthenticationConstants.Browser.REQUEST_ID
name: REQUEST_ID
nameWithType: AuthenticationConstants.Browser.REQUEST_ID
summary: <p>Used as the key to send back request id. </p>
syntax: public static final String REQUEST_ID= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Browser.REQUEST_ID
uid: com.microsoft.aad.adal.AuthenticationConstants.Browser.REQUEST_ID
- field:
type: <xref href="final+String?alt=final+String&text=final+String" data-throw-if-not-resolved="False"/>
fullName: com.microsoft.aad.adal.AuthenticationConstants.Browser.REQUEST_MESSAGE
name: REQUEST_MESSAGE
nameWithType: AuthenticationConstants.Browser.REQUEST_MESSAGE
summary: <p>Represents the request object used to construct request sent to authorize endpoint. </p>
syntax: public static final String REQUEST_MESSAGE= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Browser.REQUEST_MESSAGE
uid: com.microsoft.aad.adal.AuthenticationConstants.Browser.REQUEST_MESSAGE
- field:
type: <xref href="final+String?alt=final+String&text=final+String" data-throw-if-not-resolved="False"/>
fullName: com.microsoft.aad.adal.AuthenticationConstants.Browser.RESPONSE
name: RESPONSE
nameWithType: AuthenticationConstants.Browser.RESPONSE
summary: <p>Represents the response returned from broker. </p>
syntax: public static final String RESPONSE= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Browser.RESPONSE
uid: com.microsoft.aad.adal.AuthenticationConstants.Browser.RESPONSE
- field:
type: <xref href="final+String?alt=final+String&text=final+String" data-throw-if-not-resolved="False"/>
fullName: com.microsoft.aad.adal.AuthenticationConstants.Browser.RESPONSE_AUTHENTICATION_EXCEPTION
name: RESPONSE_AUTHENTICATION_EXCEPTION
nameWithType: AuthenticationConstants.Browser.RESPONSE_AUTHENTICATION_EXCEPTION
summary: <p>Represents the exception returned from webview. </p>
syntax: public static final String RESPONSE_AUTHENTICATION_EXCEPTION= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Browser.RESPONSE_AUTHENTICATION_EXCEPTION
uid: com.microsoft.aad.adal.AuthenticationConstants.Browser.RESPONSE_AUTHENTICATION_EXCEPTION
- field:
type: <xref href="final+String?alt=final+String&text=final+String" data-throw-if-not-resolved="False"/>
fullName: com.microsoft.aad.adal.AuthenticationConstants.Browser.RESPONSE_ERROR_CODE
name: RESPONSE_ERROR_CODE
nameWithType: AuthenticationConstants.Browser.RESPONSE_ERROR_CODE
summary: <p>Represents the error code returned from webview. </p>
syntax: public static final String RESPONSE_ERROR_CODE= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Browser.RESPONSE_ERROR_CODE
uid: com.microsoft.aad.adal.AuthenticationConstants.Browser.RESPONSE_ERROR_CODE
- field:
type: <xref href="final+String?alt=final+String&text=final+String" data-throw-if-not-resolved="False"/>
fullName: com.microsoft.aad.adal.AuthenticationConstants.Browser.RESPONSE_ERROR_MESSAGE
name: RESPONSE_ERROR_MESSAGE
nameWithType: AuthenticationConstants.Browser.RESPONSE_ERROR_MESSAGE
summary: <p>Represents the error message returned from webview. </p>
syntax: public static final String RESPONSE_ERROR_MESSAGE= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Browser.RESPONSE_ERROR_MESSAGE
uid: com.microsoft.aad.adal.AuthenticationConstants.Browser.RESPONSE_ERROR_MESSAGE
- field:
type: <xref href="final+String?alt=final+String&text=final+String" data-throw-if-not-resolved="False"/>
fullName: com.microsoft.aad.adal.AuthenticationConstants.Browser.RESPONSE_FINAL_URL
name: RESPONSE_FINAL_URL
nameWithType: AuthenticationConstants.Browser.RESPONSE_FINAL_URL
summary: <p>Represents the final url that webview receives. </p>
syntax: public static final String RESPONSE_FINAL_URL= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Browser.RESPONSE_FINAL_URL
uid: com.microsoft.aad.adal.AuthenticationConstants.Browser.RESPONSE_FINAL_URL
- field:
type: <xref href="final+String?alt=final+String&text=final+String" data-throw-if-not-resolved="False"/>
fullName: com.microsoft.aad.adal.AuthenticationConstants.Browser.RESPONSE_REQUEST_INFO
name: RESPONSE_REQUEST_INFO
nameWithType: AuthenticationConstants.Browser.RESPONSE_REQUEST_INFO
summary: <p>Represents the request object returned from webview. </p>
syntax: public static final String RESPONSE_REQUEST_INFO= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Browser.RESPONSE_REQUEST_INFO
uid: com.microsoft.aad.adal.AuthenticationConstants.Browser.RESPONSE_REQUEST_INFO
- field:
type: <xref href="final+String?alt=final+String&text=final+String" data-throw-if-not-resolved="False"/>
fullName: com.microsoft.aad.adal.AuthenticationConstants.Browser.WEBVIEW_INVALID_REQUEST
name: WEBVIEW_INVALID_REQUEST
nameWithType: AuthenticationConstants.Browser.WEBVIEW_INVALID_REQUEST
summary: <p>Represent the error code of invalid request returned from webview. </p>
syntax: public static final String WEBVIEW_INVALID_REQUEST= com.microsoft.identity.common.adal.internal.AuthenticationConstants.Browser.WEBVIEW_INVALID_REQUEST
uid: com.microsoft.aad.adal.AuthenticationConstants.Browser.WEBVIEW_INVALID_REQUEST
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
nameWithType: AuthenticationConstants.Browser
syntax: public class Browser
type: class
uid: com.microsoft.aad.adal.AuthenticationConstants.Browser
fullName: com.microsoft.aad.adal.AuthenticationConstants.Browser
name: AuthenticationConstants.Browser
package: com.microsoft.aad.adal
summary: <p>Holding all the constant value involved in the webview. </p>
metadata: {}