Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Paseto ¶ added in v0.0.10
type Paseto struct {
// contains filtered or unexported fields
}
func NewPaseto ¶ added in v0.0.10
func NewPaseto(publicKey paseto.V4AsymmetricPublicKey, privateKey paseto.V4AsymmetricSecretKey, options ...option.OptionArgs) *Paseto
type TokenArgs ¶ added in v0.0.10
func WithAudience ¶ added in v0.0.10
func WithClaims ¶ added in v0.0.10
func WithExpiration ¶ added in v0.0.10
func WithIssuer ¶ added in v0.0.10
func WithNotBefore ¶ added in v0.0.10
func WithSubject ¶ added in v0.0.10
Click to show internal directories.
Click to hide internal directories.