MCPcopy Index your code
hub / github.com/APIParkLab/APIPark / GenerateID

Method GenerateID

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

Source from the content-addressed store, hash-verified

25}
26
27func (a *Auth) GenerateID(position string, tokenName string) string {
28 return fmt.Sprintf("%s-%s-%s-%s", position, tokenName, a.driver, a.authConfig.ID())
29}
30
31func (a *Auth) Type() string {
32 return a.driver

Callers

nothing calls this directly

Calls 1

IDMethod · 0.65

Tested by

no test coverage detected