GetAppTokenPlainArgs

data class GetAppTokenPlainArgs(val appId: String, val installationId: String, val pemFile: String) : ConvertibleToJava<GetAppTokenPlainArgs>

A collection of arguments for invoking getAppToken.

Constructors

Link copied to clipboard
constructor(appId: String, installationId: String, pemFile: String)

Properties

Link copied to clipboard

This is the ID of the GitHub App.

Link copied to clipboard

This is the ID of the GitHub App installation.

Link copied to clipboard

This is the contents of the GitHub App private key PEM file.

Functions

Link copied to clipboard
open override fun toJava(): GetAppTokenPlainArgs