GitHubAuthModelResponse

data class GitHubAuthModelResponse(val installationId: String? = null, val type: String)

Model for API authentication for GitHub. For this authentication first we need to approve the Router app (Microsoft Security DevOps) to access the GitHub account, Then we only need the InstallationId to get the access token from https://api.github.com/app/installations/{installId}/access_tokens.

Constructors

Link copied to clipboard
constructor(installationId: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val installationId: String? = null

The GitHubApp auth installation id.

Link copied to clipboard

Type of paging Expected value is 'GitHub'.