GitHubResponse

data class GitHubResponse(val enabled: Boolean? = null, val login: LoginScopesResponse? = null, val registration: ClientRegistrationResponse? = null)

The configuration settings of the GitHub provider.

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null, login: LoginScopesResponse? = null, registration: ClientRegistrationResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

false if the GitHub provider should not be enabled despite the set registration; otherwise, true.

Link copied to clipboard

The configuration settings of the login flow.

Link copied to clipboard

The configuration settings of the app registration for the GitHub provider.