Class GHAppFromManifest


public class GHAppFromManifest extends GHApp
A GitHub App with the additional attributes returned during its creation.
Author:
Daniel Baur
See Also:
  • Constructor Details

    • GHAppFromManifest

      public GHAppFromManifest()
      Create default GHAppFromManifest instance
  • Method Details

    • getClientId

      public String getClientId()
      Gets the client id
      Returns:
      the client id
    • getClientSecret

      public String getClientSecret()
      Gets the client secret
      Returns:
      the client secret
    • getWebhookSecret

      public String getWebhookSecret()
      Gets the webhook secret
      Returns:
      the webhook secret
    • getPem

      public String getPem()
      Gets the pem
      Returns:
      the pem