pub async fn apps_slash_get_authenticated(
configuration: &Configuration,
) -> Result<Integration, Error<AppsSlashGetAuthenticatedError>>
Expand description
Returns the GitHub App associated with the authentication credentials used. To see how many app installations are associated with this GitHub App, see the installations_count
in the response. For more details about your app’s installations, see the "List installations for the authenticated app" endpoint. You must use a JWT to access this endpoint.