repository

package
v2.10.2 Latest Latest
Warning

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

Go to latest
Published: May 8, 2026 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var RefreshTokenGracePeriod = 1 * time.Hour

Functions

This section is empty.

Types

type AuthorizeRequestStorage

type AuthorizeRequestStorage interface {
	CreateAuthorizeRequest(ctx context.Context, request fosite.AuthorizeRequester) error
	GetAuthorizeRequest(ctx context.Context, requestID string) (fosite.AuthorizeRequester, error)
	DeleteAuthorizeRequest(ctx context.Context, requestID string) error
}

type DynamicClientStorage

type DynamicClientStorage interface {
	RegisterClient(ctx context.Context, client fosite.Client) error
}

type Repository

func NewKVSRepository

func NewKVSRepository(path string, bucketName string) (Repository, error)

func NewSQLRepository

func NewSQLRepository(driver string, dsn string) (Repository, error)

Jump to

Keyboard shortcuts

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