Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConsentPostRequest ¶
type ConsentPostRequest struct {
Issuer string `json:"oidc_iss"`
Restrictions restrictions.Restrictions `json:"restrictions"`
Capabilities api.Capabilities `json:"capabilities"`
SubtokenCapabilities api.Capabilities `json:"subtoken_capabilities"`
}
ConsentPostRequest holds the post request for confirming consent
type WebCapability ¶
type WebCapability struct {
api.Capability
// contains filtered or unexported fields
}
func WebCapabilities ¶
func WebCapabilities(cc api.Capabilities) (wc []WebCapability)
func (WebCapability) CapabilityLevel ¶
func (c WebCapability) CapabilityLevel() string
func (WebCapability) ColorClass ¶
func (c WebCapability) ColorClass() string
func (WebCapability) IsCreateMT ¶
func (c WebCapability) IsCreateMT() bool
type WebRestrictions ¶
type WebRestrictions struct {
restrictions.Restrictions
// contains filtered or unexported fields
}
func (WebRestrictions) ScopeColorClass ¶
func (r WebRestrictions) ScopeColorClass() string
func (WebRestrictions) ScopeDescription ¶
func (r WebRestrictions) ScopeDescription() string
func (WebRestrictions) Text ¶
func (r WebRestrictions) Text() string
func (WebRestrictions) TimeColorClass ¶
func (r WebRestrictions) TimeColorClass() string
func (WebRestrictions) TimeDescription ¶
func (r WebRestrictions) TimeDescription() string
Click to show internal directories.
Click to hide internal directories.