Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConsentApprovalRequest ¶ added in v0.5.0
type ConsentApprovalRequest struct { Issuer string `json:"oidc_issuer"` Restrictions restrictions.Restrictions `json:"restrictions"` Capabilities api.Capabilities `json:"capabilities"` TokenName string `json:"name"` Rotation *api.Rotation `json:"rotation,omitempty"` }
ConsentApprovalRequest holds the post request for confirming consent
type ConsentRequest ¶ added in v0.5.0
type ConsentRequest struct { ConsentApprovalRequest ApplicationName string `json:"application_name"` Mytoken universalmytoken.UniversalMytoken `json:"mytoken"` }
ConsentRequest holds the post request for creating a consent screen
Click to show internal directories.
Click to hide internal directories.