Documentation
¶
Index ¶
Constants ¶
View Source
const CookieClientPortName = "ssoca_oauth_clientport"
View Source
const CookieClientVersionName = "ssoca_client_version"
View Source
const CookieStateName = "ssoca_oauth_state"
Variables ¶
View Source
var JWTSigningMethod = jwt.SigningMethodRS256
Functions ¶
This section is empty.
Types ¶
type JWT ¶
type JWT struct { PrivateKey *PrivateKey Validity time.Duration ValidityPast time.Duration }
type PrivateKey ¶
type PrivateKey struct {
*rsa.PrivateKey
}
func (*PrivateKey) UnmarshalYAML ¶
func (v *PrivateKey) UnmarshalYAML(unmarshal func(interface{}) error) error
Click to show internal directories.
Click to hide internal directories.