public class Account extends Object implements AutoCloseable
Uses the APIs defined in MSALRuntimeAccount.h to retrieve data from a single MSALRUNTIME_ACCOUNT_HANDLE
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String |
getAccountId()
Retrieves the account ID from MSALRuntime, and stores it in this Account instance
|
String |
getClientInfo()
Retrieves the client info String from MSALRuntime, and stores it in this Account instance
|
public String getAccountId()
public String getClientInfo()
public void close()
close in interface AutoCloseableCopyright © 2023. All rights reserved.