Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type GetAPIClientResponse ¶
type GetAPIClientResponse struct {
ID string `json:"id"`
Name string `json:"name"`
Trusted bool `json:"trusted"`
Scopes []string `json:"scopes"`
RedirectURLs []string `json:"redirect_urls"`
Secret string `json:"secret"`
}
GetAPIClientResponse is the response for getting a single api client
Click to show internal directories.
Click to hide internal directories.