problems

package
v0.7.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 28, 2022 License: MIT Imports: 3 Imported by: 0

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 {
	problems.BasicProblem
}

func UnauthorizedClientID

func UnauthorizedClientID() UnauthorizedClientIDProblem

type UnknownClientIDProblem

type UnknownClientIDProblem struct {
	problems.BasicProblem
}

func UnknownClientID

func UnknownClientID() UnknownClientIDProblem

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL