token

package
v0.0.0-...-d1a39b7 Latest Latest
Warning

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

Go to latest
Published: Oct 13, 2025 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TokenGenerator

type TokenGenerator interface {
	GenerateTokenPairs(userID domainCore.ID) (*TokenPairs, error)
	ValidateAccessToken(token string) (domainCore.ID, error)
	ValidateRefreshToken(token string) (domainCore.ID, error)
}

type TokenPairs

type TokenPairs struct {
	AccessToken  string
	RefreshToken string
}

Jump to

Keyboard shortcuts

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