MCPcopy
hub / github.com/tinyauthapp/tinyauth / GetIssuer

Method GetIssuer

internal/service/oidc_service.go:256–258  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

254}
255
256func (service *OIDCService) GetIssuer() string {
257 return service.issuer
258}
259
260func (service *OIDCService) GetClient(id string) (config.OIDCClientConfig, bool) {
261 client, ok := service.clients[id]

Callers 2

authorizeErrorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected