/**
  * Gets the default audience to use when the session is opened. This value is only useful when
  * specifying write permissions for the native login dialog.
  *
  * @return the default audience value to use
  */
 public SessionDefaultAudience getDefaultAudience() {
   return properties.getDefaultAudience();
 }