gws.common.auth.session

class gws.common.auth.session.Session(type, user: gws.types.IUser, method: gws.types.IAuthMethod = None, uid=None, data=None)[source]
get(key, default=None)[source]
set(key, val)[source]