Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DebugResolver ¶
DebugResolver implements Resolver just to log all resolved claims to the logger. This is usually used in debugging situations.
type DynaResolver ¶
type ExpandResolver ¶
type ExpandResolver struct{}
ExpandResolver is an implementation of Resolver that translates granted scopes into concrete claims and add them to userinfo claims of the request, if they are not already present.
type LocalResolver ¶
type LocalResolver struct{}
LocalResolver returns an implementation of Resolver that seeks out claims that is already present on the request as the result of End-User interaction.
Click to show internal directories.
Click to hide internal directories.