Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JWTSigner ¶ added in v0.6.0
type JWTSigner interface {
SignUserJWT(ctx context.Context, accountRef domain.NamespacedName, claims *jwt.UserClaims) (*SignedUserJWT, error)
}
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func NewManager ¶
func NewManager(userJWTSigner JWTSigner, secretClient ports.SecretClient) *Manager
func (*Manager) CreateOrUpdate ¶
type SignedUserJWT ¶ added in v0.6.0
Click to show internal directories.
Click to hide internal directories.