MCPcopy Index your code
hub / github.com/opencloud-eu/opencloud / WithAccessTokenVerifyMethod

Function WithAccessTokenVerifyMethod

pkg/oidc/options.go:71–75  ·  view source on GitHub ↗

WithAccessTokenVerifyMethod provides a function to set the accessTokenVerifyMethod option.

(val string)

Source from the content-addressed store, hash-verified

69
70// WithAccessTokenVerifyMethod provides a function to set the accessTokenVerifyMethod option.
71func WithAccessTokenVerifyMethod(val string) Option {
72 return func(o *Options) {
73 o.AccessTokenVerifyMethod = val
74 }
75}
76
77// WithHTTPClient provides a function to set the httpClient option.
78func WithHTTPClient(val *http.Client) Option {

Callers 2

ServerFunction · 0.92
loadMiddlewaresFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected