MCPcopy Create free account
hub / github.com/ory/fosite / OpenIDConnectRefreshHandler

Struct OpenIDConnectRefreshHandler

handler/openid/flow_refresh_token.go:19–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17)
18
19type OpenIDConnectRefreshHandler struct {
20 *IDTokenHandleHelper
21
22 Config interface {
23 fosite.IDTokenLifespanProvider
24 }
25}
26
27func (c *OpenIDConnectRefreshHandler) HandleTokenEndpointRequest(ctx context.Context, request fosite.AccessRequester) error {
28 if !c.CanHandleTokenEndpointRequest(ctx, request) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected