GetGitHubOAuthResult

data class GetGitHubOAuthResult(val authURL: String? = null, val token: String? = null)

URL used to authorize the Developer Hub GitHub App

Constructors

Link copied to clipboard
constructor(authURL: String? = null, token: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val authURL: String? = null

URL for authorizing the Developer Hub GitHub App

Link copied to clipboard
val token: String? = null

OAuth token used to make calls to GitHub