Coverage for gws-app/gws/plugin/qfieldcloud/auth.py: 100%
7 statements
« prev ^ index » next coverage.py v7.15.4, created at 2026-08-24 12:46 +0200
« prev ^ index » next coverage.py v7.15.4, created at 2026-08-24 12:46 +0200
1"""qfieldcloud authorisation method."""
3import gws
4import gws.base.auth
6gws.ext.new.authMethod('qfieldcloud')
9class Config(gws.base.auth.method.Config):
10 """QField Cloud authorisation options."""
13class Object(gws.base.auth.method.Object):
14 """QField Cloud authorisation method."""
16 def configure(self):
17 self.uid = 'gws.plugin.qfieldcloud.auth'