Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
Server is a limited implementation of OAuth 2.0 Authorization Framework standard (RFC 6749)
func NewServer ¶
func NewServer( basePath string, iamServerCore *iamserver.Core, signInURL string, ) (*Server, error)
New instantiates an Server.
func (*Server) RESTRequestContext ¶
func (*Server) RestfulWebService ¶
func (restSrv *Server) RestfulWebService() *restful.WebService
RestfulWebService is used to obtain restful WebService with all endpoints set up.
Click to show internal directories.
Click to hide internal directories.