Interface AuthenticationUiConsentCallback
-
- All Implemented Interfaces:
-
com.sap.cloud.mobile.foundation.authentication.AuthenticationUiCallback
public interface AuthenticationUiConsentCallback implements AuthenticationUiCallback
-
-
Method Summary
Modifier and Type Method Description BooleanallowShowingUiToAuthenticate()abstract BooleangetConsentToAuthenticate(Activity activity, Uri uri)-
-
Method Detail
-
allowShowingUiToAuthenticate
Boolean allowShowingUiToAuthenticate()
- Returns:
true if the application is in a state where it is OK to show authentication UI (eg: a login page). false if the application would rather the request getting the authentication challenge fails instead of showing UI to authenticate.
-
getConsentToAuthenticate
abstract Boolean getConsentToAuthenticate(Activity activity, Uri uri)
-
-
-
-