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
}
Authorizer is an entity that authorizes users to an app.
func (*Authorizer) Authorize ¶
func (az *Authorizer) Authorize(azi AuthzInfo) error
Authorize performs authorization.
Click to show internal directories.
Click to hide internal directories.