package com.stormpath.sdk.provider; /** * A value specifying how the authorization server displays the authentication and consent user interface pages. These * values are specified, and accepted by the Google servers, but do not have any effect on its behavior * * @since 1.2.0 */ public enum GoogleProviderDisplay { PAGE, POPUP, TOUCH, WAP }