MCPcopy
hub / github.com/authgear/authgear-server / AuditServiceAppService

Interface AuditServiceAppService

pkg/portal/service/audit.go:26–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24)
25
26type AuditServiceAppService interface {
27 Get(ctx context.Context, id string) (*model.App, error)
28}
29
30type AuditService struct {
31 RemoteIP httputil.RemoteIP

Callers 6

DirectorMethod · 0.65
LogMethod · 0.65
makeContextMethod · 0.65
jwtToSessionInfoMethod · 0.65
getJWKsMethod · 0.65

Implementers 15

Service2pkg/auth/webapp/service2.go
SessionStoreRedispkg/auth/webapp/session_store.go
Publisherpkg/auth/handler/webapp/publisher.go
AuthflowControllerHandlerspkg/auth/handler/webapp/authflow_contr
Controllerpkg/auth/handler/webapp/controller.go
MockAuthflowControllerSessionStorepkg/auth/handler/webapp/authflow_contr
MockAuthflowControllerSessionStoreMockRecorderpkg/auth/handler/webapp/authflow_contr
MockAuthflowControllerAuthflowServicepkg/auth/handler/webapp/authflow_contr
MockAuthflowControllerAuthflowServiceMockRecorderpkg/auth/handler/webapp/authflow_contr
MockAuthflowControllerOAuthSessionServicepkg/auth/handler/webapp/authflow_contr
MockAuthflowControllerOAuthSessionServiceMockRecorderpkg/auth/handler/webapp/authflow_contr
MockAuthflowControllerSAMLSessionServicepkg/auth/handler/webapp/authflow_contr

Calls

no outgoing calls

Tested by

no test coverage detected