Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClaimsGenResponse ¶
CLaimsGenResponse is the response model for the claims-gen API endpoint response.
type ClaimsKopanoProductsResponse ¶
type ClaimsKopanoProductsResponse struct { Trusted bool `json:"trusted"` Offline bool `json:"offline"` Products map[string]*ClaimsKopanoProductsResponseProduct `json:"products"` }
ClaimsKopanoProductsResponse defines the response model of the claims kopano products API endpoint.
type ClaimsKopanoProductsResponseProduct ¶
type ClaimsKopanoProductsResponseProduct struct { OK bool `json:"ok"` Claims map[string]interface{} `json:"claims"` Expiry []*jwt.NumericDate `json:"expiry"` DisplayName []string `json:"dn"` SupportIdentificationNumber []string `json:"sin"` ExclusiveClaims map[string]interface{} `json:"-"` }
ClaimsKopanoProductsResponseProduct is the individual product entryu for products returned by the kopano products API endpoint.
Click to show internal directories.
Click to hide internal directories.