Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigService ¶
type ConfigService struct {
// contains filtered or unexported fields
}
func NewConfigService ¶
func NewConfigService(cc *client.ConfigClient) *ConfigService
func (*ConfigService) UpdateFacerecConfig ¶
func (cs *ConfigService) UpdateFacerecConfig(frCfg model.FacerecConfig) error
type CryptoService ¶
type CryptoService struct {
// contains filtered or unexported fields
}
func NewCryptoService ¶
func NewCryptoService(ac *client.AuthClient) *CryptoService
type TokenService ¶
type TokenService struct {
// contains filtered or unexported fields
}
func NewTokenService ¶
func NewTokenService(cfg config.Config, ac *client.AuthClient) *TokenService
func (*TokenService) ExtractPayload ¶
func (t *TokenService) ExtractPayload(token string) (model.Payload, error)
Click to show internal directories.
Click to hide internal directories.