package
0.0.0-20241210180611-fb78454b947f
Repository: https://github.com/fromsi/jwt-oauth-sso.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
# Interfaces
go:generate mockgen -destination=../../mocks/tokens/mock_access.go -package=tokens_mocks github.com/fromsi/jwt-oauth-sso/internal/tokens AccessToken.
go:generate mockgen -destination=../../mocks/tokens/mock_access_builder.go -package=tokens_mocks github.com/fromsi/jwt-oauth-sso/internal/tokens AccessTokenBuilder.
go:generate mockgen -destination=../../mocks/tokens/mock_mutable_access.go -package=tokens_mocks github.com/fromsi/jwt-oauth-sso/internal/tokens MutableAccessToken.
go:generate mockgen -destination=../../mocks/tokens/mock_query_access.go -package=tokens_mocks github.com/fromsi/jwt-oauth-sso/internal/tokens QueryAccessToken.