MCPcopy Create free account
hub / github.com/couchbase/sync_gateway / isValidAud

Function isValidAud

rest/google.go:82–89  ·  view source on GitHub ↗
(aud string, allowedAppID []string)

Source from the content-addressed store, hash-verified

80}
81
82func isValidAud(aud string, allowedAppID []string) bool {
83 for _, s := range allowedAppID {
84 if aud == s {
85 return true
86 }
87 }
88 return false
89}

Callers 1

verifyGoogleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected