Home
last modified time | relevance | path

Searched defs:AuthService (Results 1 – 22 of 22) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/pkg/services/auth/jwt/
H A Dauth.go50 type AuthService struct { struct
51 Cfg *setting.Cfg
52 RemoteCache *remotecache.RemoteCache
54 keySet keySet
55 log log.Logger
56 expect map[string]interface{}
57 expectRegistered jwt.Expected
68 func (s *AuthService) Verify(ctx context.Context, strToken string) (models.JWTClaims, error) {
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmCoreOAuthPlugin/lib/service/
H A DAuthService.php13 class AuthService extends AuthenticationService { class
/dports/www/wt/wt-4.6.1/src/Wt/Auth/
H A DLostPasswordWidget.h16 class AuthService; variable
H A DAbstractPasswordService.h18 class AuthService; variable
H A DOAuthService.h25 class AuthService; variable
H A DAuthService.C123 AuthService::AuthService() in AuthService() function
/dports/sysutils/signon-qt5/signond-07d45498ad374d9e8e4ff6a886f4b4bb850c0cb5/lib/SignOn/
H A Dauthservice.h52 Q_DISABLE_COPY(AuthService) in Q_DISABLE_COPY() argument
H A Dauthservice.cpp29 AuthService::AuthService(QObject *parent): QObject(parent), in AuthService() function in SignOn::AuthService
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/extensions/file_manager/
H A Dprivate_api_drive.h23 class AuthService; variable
/dports/net-mgmt/bosun/bosun-0.9.0-preview/cmd/bosun/web/static/js/
H A DauthService.ts3 class AuthService implements IAuthService { class
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/swarming_client/
H A Dauth.py34 class AuthService(object): class
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/google_apis/drive/
H A Dauth_service.cc114 AuthService::AuthService( in AuthService() function in google_apis::AuthService
/dports/www/chromium-legacy/chromium-88.0.4324.182/google_apis/drive/
H A Dauth_service.cc114 AuthService::AuthService( in AuthService() function in google_apis::AuthService
/dports/net/storj/storj-1.45.3/cmd/uplink/cmd/
H A Daccess.go30AuthService string `help:"the address to the service you wish to register your access with" defaul… member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/google_apis/gcm/protocol/
H A Dmcs.proto111 enum AuthService { enum
/dports/www/chromium-legacy/chromium-88.0.4324.182/google_apis/gcm/protocol/
H A Dmcs.proto111 enum AuthService { enum
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/mattermost/mattermost-server/v6/model/
H A Duser.go78 AuthService string `json:"auth_service"` member
138 AuthService string `json:"auth_service,omitempty"` member
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/mattermost/mattermost-server/v5/model/
H A Duser.go75 AuthService string `json:"auth_service"` member
129 AuthService string `json:"auth_service,omitempty"` member
/dports/www/mattermost-server/mattermost-server-6.0.2/model/
H A Duser.go78 AuthService string `json:"auth_service"` member
138 AuthService string `json:"auth_service,omitempty"` member
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/mattermost/mattermost-server/v5/model/
H A Duser.go76 AuthService string `json:"auth_service"` member
136 AuthService string `json:"auth_service,omitempty"` member
/dports/www/mattermost-server/mattermost-server-6.0.2/app/
H A Dimport_types.go51 AuthService *string `json:"auth_service"` member
/dports/www/wt/wt-4.6.1/src/Wt/
H A DWGlobal.h234 class AuthService; variable