Context returns the context of the Identity Server.
()
| 66 | |
| 67 | // Context returns the context of the Identity Server. |
| 68 | func (is *IdentityServer) Context() context.Context { |
| 69 | return is.ctx |
| 70 | } |
| 71 | |
| 72 | // SetRedisCache configures the given redis instance for caching. |
| 73 | func (is *IdentityServer) SetRedisCache(redis *redis.Client) { |
no outgoing calls
no test coverage detected