Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OAuth2Server ¶
type OAuth2Server struct {
// contains filtered or unexported fields
}
func NewOAuth2Server ¶
func NewOAuth2Server(log *zap.Logger, signingKey []byte) *OAuth2Server
func (*OAuth2Server) SetupRegistryClient ¶
func (s *OAuth2Server) SetupRegistryClient(registryClient registry.AccountsServiceClient)
func (*OAuth2Server) Start ¶
func (s *OAuth2Server) Start(port string, corsAllowed []string)
Click to show internal directories.
Click to hide internal directories.