/**
  * Gets the login behavior for the session that will be opened. If null is returned, the default
  * ({@link SessionLoginBehavior SessionLoginBehavior.SSO_WITH_FALLBACK} will be used.
  *
  * @return loginBehavior The {@link SessionLoginBehavior SessionLoginBehavior} that specifies what
  *     behaviors should be attempted during authorization.
  */
 public SessionLoginBehavior getLoginBehavior() {
   return properties.getLoginBehavior();
 }