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

Function mockOIDCProvider

db/database_test.go:3199–3209  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3197)
3198
3199func mockOIDCProvider() auth.OIDCProvider {
3200 return auth.OIDCProvider{
3201 JWTConfigCommon: auth.JWTConfigCommon{
3202 Issuer: "https://accounts.google.com",
3203 ClientID: base.Ptr(clientID),
3204 },
3205 Name: "Google",
3206 CallbackURL: &callbackURL,
3207 ValidationKey: &validationKey,
3208 }
3209}
3210
3211func mockOIDCProviderWithCallbackURLQuery() auth.OIDCProvider {
3212 return auth.OIDCProvider{

Calls 1

PtrFunction · 0.92

Tested by

no test coverage detected