MCPcopy
hub / github.com/ory/hydra / AccessTokenStrategySource

Function AccessTokenStrategySource

client/client.go:580–585  ·  view source on GitHub ↗
(client fosite.Client)

Source from the content-addressed store, hash-verified

578}
579
580func AccessTokenStrategySource(client fosite.Client) config.AccessTokenStrategySource {
581 if source, ok := client.(config.AccessTokenStrategySource); ok {
582 return source
583 }
584 return nil
585}
586
587func (c *Client) CookieSuffix() string {
588 return CookieSuffix(c)

Callers 3

oauth2TokenExchangeMethod · 0.92
withRequesterFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected