Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Authorizer ¶
type Authorizer struct {
// contains filtered or unexported fields
}
func NewAuthorizer ¶
func NewAuthorizer(provider fosite.OAuth2Provider) *Authorizer
func (*Authorizer) Authorize ¶
func (au *Authorizer) Authorize(w http.ResponseWriter, r *http.Request) (string, *userModels.User, *accountModels.Account, error)
func (*Authorizer) AuthorizerCode ¶
func (au *Authorizer) AuthorizerCode() string
Click to show internal directories.
Click to hide internal directories.