Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ChallengeLen = 20 TokenLen = 32 )
Functions ¶
This section is empty.
Types ¶
type IdentityService ¶
type IdentityService struct {
// contains filtered or unexported fields
}
func NewIdentityService ¶
func NewIdentityService( storage ports.ChallengeStorage, generator ports.Generator, validator ports.Validator, ) *IdentityService
func (*IdentityService) RequestChallenge ¶
func (*IdentityService) RequestToken ¶
func (*IdentityService) SupportedServices ¶ added in v0.2.0
func (s *IdentityService) SupportedServices(context.Context) ([]string, error)
Click to show internal directories.
Click to hide internal directories.