Documentation ¶
Overview ¶
Package service encapsulates the business logic for managing RPT tokens
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewTokenService ¶
func NewTokenService(context servicecontext.ServiceContext, config TokenServiceConfiguration) service.TokenService
NewTokenService returns a new Token Service
Types ¶
type TokenServiceConfiguration ¶
type TokenServiceConfiguration interface { manager.TokenManagerConfiguration GetRPTTokenMaxPermissions() int GetExpiredTokenRetentionHours() int }
TokenServiceConfiguration the required configuration for the token service implementation
Click to show internal directories.
Click to hide internal directories.