azure-docs-sdk-java/docs-ref-autogen/com.microsoft.identity.clie...

47 строки
2.4 KiB
YAML

### YamlMime:JavaType
constructors:
- fullName: com.microsoft.identity.client.internal.AsyncResult<T>.AsyncResult(@Nullable T result, @Nullable MsalException exception)
name: AsyncResult(@Nullable T result, @Nullable MsalException exception)
nameWithType: AsyncResult<T>.AsyncResult(@Nullable T result, @Nullable MsalException exception)
parameters:
- name: result
type: <xref href="%40Nullable+T?alt=%40Nullable+T&text=%40Nullable+T" data-throw-if-not-resolved="False"/>
- name: exception
type: '@Nullable <xref href="com.microsoft.identity.client.exception.MsalException?alt=com.microsoft.identity.client.exception.MsalException&text=MsalException" data-throw-if-not-resolved="False"/>'
syntax: public AsyncResult(@Nullable T result, @Nullable MsalException exception)
uid: com.microsoft.identity.client.internal.AsyncResult.AsyncResult(@Nullable T,@Nullable MsalException)
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.identity.client.internal.AsyncResult<T>.getException()
name: getException()
nameWithType: AsyncResult<T>.getException()
returns:
type: <xref href="com.microsoft.identity.client.exception.MsalException?alt=com.microsoft.identity.client.exception.MsalException&text=MsalException" data-throw-if-not-resolved="False"/>
syntax: public MsalException getException()
uid: com.microsoft.identity.client.internal.AsyncResult.getException()
- fullName: com.microsoft.identity.client.internal.AsyncResult<T>.getResult()
name: getResult()
nameWithType: AsyncResult<T>.getResult()
returns:
type: <xref href="T?alt=T&text=T" data-throw-if-not-resolved="False"/>
syntax: public T getResult()
uid: com.microsoft.identity.client.internal.AsyncResult.getResult()
- fullName: com.microsoft.identity.client.internal.AsyncResult<T>.getSuccess()
name: getSuccess()
nameWithType: AsyncResult<T>.getSuccess()
returns:
type: <xref href="boolean?alt=boolean&text=boolean" data-throw-if-not-resolved="False"/>
syntax: public boolean getSuccess()
uid: com.microsoft.identity.client.internal.AsyncResult.getSuccess()
nameWithType: AsyncResult<T>
syntax: public class AsyncResult<T>
type: class
typeParameters:
- name: T
uid: com.microsoft.identity.client.internal.AsyncResult
fullName: com.microsoft.identity.client.internal.AsyncResult<T>
name: AsyncResult<T>
package: com.microsoft.identity.client.internal
metadata: {}