Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExpiredClientIDProblem ¶
type ExpiredClientIDProblem struct { problems.BasicProblem ExpiredAt time.Time `json:"expiredAt"` }
func ExpiredClientID ¶
func ExpiredClientID(expiredAt time.Time) ExpiredClientIDProblem
type NoClientIDProblem ¶
type NoClientIDProblem struct {
problems.BasicProblem
}
func NoClientID ¶
func NoClientID(detail string) NoClientIDProblem
type NotYetActiveClientIDProblem ¶
type NotYetActiveClientIDProblem struct { problems.BasicProblem Activation time.Time `json:"activation"` }
func NotYetActiveClientID ¶
func NotYetActiveClientID(notBefore time.Time) NotYetActiveClientIDProblem
type UnauthorizedClientIDProblem ¶
type UnauthorizedClientIDProblem struct {
}func UnauthorizedClientID ¶
func UnauthorizedClientID() UnauthorizedClientIDProblem
type UnknownClientIDProblem ¶
type UnknownClientIDProblem struct {
problems.BasicProblem
}
func UnknownClientID ¶
func UnknownClientID() UnknownClientIDProblem
Click to show internal directories.
Click to hide internal directories.