public final class BrokerClientIdRefreshTokenAccessor
extends java.lang.Object
| Constructor and Description |
|---|
BrokerClientIdRefreshTokenAccessor() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
get(android.content.Context context,
java.lang.String accountObjectId)
Returns a refresh token associated to Broker's client ID.
|
public static java.lang.String get(android.content.Context context,
java.lang.String accountObjectId)
throws MsalClientException
context - application contextaccountObjectId - local_account_id of the account.MsalClientException - if the calling app is not a broker app.