public static interface BrokerAuthServiceStrategy.AuthServiceOperation<T>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getOperationName()
Name of the task (for logging purposes).
|
T |
perform(IMicrosoftAuthService service)
Performs a task in this method with the given IMicrosoftAuthService.
|
T perform(IMicrosoftAuthService service) throws BaseException, android.os.RemoteException
IMicrosoftAuthService
BaseExceptionandroid.os.RemoteExceptionjava.lang.String getOperationName()