Documentation ¶
Index ¶
- type CreateTokenRequest
- type RevokeTokenRequest
- type Service
- func (this *Service) Config() core.IEntityConf
- func (this *Service) CreateToken(req *CreateTokenRequest, res *core.SlotResponse)
- func (this *Service) EntityStub() *core.EntityStub
- func (this *Service) Objects() []interface{}
- func (this *Service) Open(s core.IServer, instance core.IService, options htypes.Any) *herrors.Error
- func (this *Service) RevokeToken(req *RevokeTokenRequest, res *core.SlotResponse)
- func (this *Service) VerifyToken(req *VerifyTokenRequest, res *core.SlotResponse)
- type SessionService
- type SvsSessionToken
- type VerifyTokenRequest
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateTokenRequest ¶ added in v1.1.0
type RevokeTokenRequest ¶ added in v1.1.0
type RevokeTokenRequest struct { core.SlotRequestBase Token *string `json:"token" param:"require"` }
type Service ¶
func (*Service) Config ¶
func (this *Service) Config() core.IEntityConf
func (*Service) CreateToken ¶
func (this *Service) CreateToken(req *CreateTokenRequest, res *core.SlotResponse)
func (*Service) EntityStub ¶
func (this *Service) EntityStub() *core.EntityStub
func (*Service) RevokeToken ¶
func (this *Service) RevokeToken(req *RevokeTokenRequest, res *core.SlotResponse)
func (*Service) VerifyToken ¶
func (this *Service) VerifyToken(req *VerifyTokenRequest, res *core.SlotResponse)
type SessionService ¶
type SvsSessionToken ¶
type VerifyTokenRequest ¶ added in v1.1.0
Click to show internal directories.
Click to hide internal directories.