Documentation ¶
Index ¶
- type Cache
- func (c *Cache) GetCSRFCookieEncoderHashKey() []byte
- func (c *Cache) GetStateEncoderBlockKey(oidcIssuer string) []byte
- func (c *Cache) GetStateEncoderHashKey(oidcIssuer string) []byte
- func (c *Cache) GetTokenHMACKey(oidcIssuer string) []byte
- func (c *Cache) SetCSRFCookieEncoderHashKey(key []byte)
- func (c *Cache) SetStateEncoderBlockKey(oidcIssuer string, key []byte)
- func (c *Cache) SetStateEncoderHashKey(oidcIssuer string, key []byte)
- func (c *Cache) SetTokenHMACKey(oidcIssuer string, key []byte)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache struct {
// contains filtered or unexported fields
}
func (*Cache) GetCSRFCookieEncoderHashKey ¶
func (*Cache) GetStateEncoderBlockKey ¶
func (*Cache) GetStateEncoderHashKey ¶
func (*Cache) GetTokenHMACKey ¶
func (*Cache) SetCSRFCookieEncoderHashKey ¶
func (*Cache) SetStateEncoderBlockKey ¶
func (*Cache) SetStateEncoderHashKey ¶
func (*Cache) SetTokenHMACKey ¶
Click to show internal directories.
Click to hide internal directories.