MCPcopy Create free account
hub / github.com/APIParkLab/APIPark / ToPattern

Method ToPattern

gateway/apinto/auth/manager.go:7–7  ·  view source on GitHub ↗
(cfg map[string]interface{})

Source from the content-addressed store, hash-verified

5type IAuthDriver interface {
6 Name() string
7 ToPattern(cfg map[string]interface{}) interface{}
8 ToConfig(cfg map[string]interface{}) interface{}
9}
10

Callers 1

toApintoMethod · 0.65

Implementers 5

AKSKgateway/apinto/auth/aksk.go
OAuth2gateway/apinto/auth/oauth2.go
Basicgateway/apinto/auth/basic.go
JWTgateway/apinto/auth/jwt.go
Apikeygateway/apinto/auth/apikey.go

Calls

no outgoing calls

Tested by

no test coverage detected