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

Method GenerateID

module/application-authorization/auth-driver/auth.go:11–11  ·  view source on GitHub ↗
(position string, tokenName string)

Source from the content-addressed store, hash-verified

9
10type IAuth interface {
11 GenerateID(position string, tokenName string) string
12 Type() string
13 AuthConfig() IAuthConfig
14}

Callers 2

AddAuthorizationMethod · 0.65
EditAuthorizationMethod · 0.65

Implementers 1

Authmodule/application-authorization/auth-

Calls

no outgoing calls

Tested by

no test coverage detected