Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct { AppName string `json:"appName"` ApplicationID string `json:"applicationId"` ClientClassCreationEnabled bool `json:"clientClassCreationEnabled"` ClientPushEnabled bool `json:"clientPushEnabled"` DashboardURL string `json:"dashboardURL"` JavascriptKey string `json:"javascriptKey"` MasterKey string `json:"masterKey"` RequireRevocableSessions bool `json:"requireRevocableSessions"` RestKey string `json:"restKey"` RevokeSessionOnPasswordChange bool `json:"revokeSessionOnPasswordChange"` WebhookKey string `json:"webhookKey"` WindowsKey string `json:"windowsKey"` }
type Error ¶
An Error from the Parse API. When a valid Parse JSON error is found, the returned error will be of this type.
type Installation ¶
type Installation struct { }
Click to show internal directories.
Click to hide internal directories.