@Structure.FieldOrder(value="unused")
public class ReadAccountResult
extends com.sun.jna.Structure
This ReadAccountResult class is intended to be easily translated to MSAL Java's Account class, but ReadAccountResult should never be required to map directly to an Account or vice-versa
An internal ReadAccountResultCallback class contains a callback method, which MSALRuntime will call when a result is ready to be parsed
| Modifier and Type | Field and Description |
|---|---|
int |
unused |
| Constructor and Description |
|---|
ReadAccountResult(ReadAccountResultHandle readAccountResultHandle) |
| Modifier and Type | Method and Description |
|---|---|
Account |
getAccount() |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeFieldpublic ReadAccountResult(ReadAccountResultHandle readAccountResultHandle)
public Account getAccount()
Copyright © 2023. All rights reserved.