Ignore:
Timestamp:
2023-03-02T23:05:36+13:00 (14 months ago)
Author:
davidb
Message:

A set of changes related to supporting GoogleIdentity signin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/java/org/greenstone/gsdl3/util/GSParams.java

    r37097 r37390  
    7575 
    7676    //Administration
    77         public static final String PASSWORD = "password";
    78         public static final String USERNAME = "username";
    79         public static final String LOGOUT = "logout";
    80   public static final String VERIFIED = "hmvf";
     77    public static final String PASSWORD = "password";
     78    public static final String USERNAME = "username";
     79    public static final String GOOGLE_SIGNIN = "googleidentity-signin";
     80    public static final String LOGOUT = "logout";
     81    public static final String VERIFIED = "hmvf";
    8182
    8283    // some standard arg values
Note: See TracChangeset for help on using the changeset viewer.