global class UisfUserAuthedEvent { global UisfUserAuthedEvent() { } global Object clone() { } global String getEventTs() { } global String getSubtype() { } global List getTokenScopes() { } global String getType() { } global String getUser() { } global void setEventTs(String eventTs) { } global void setTokenScopes(List tokenInfo) { } global void setUser(String user) { } }