Values.GitHubIntegrationInputSourceThe input required to create a GitHub integration, including the OAuth authorization code and CSRF state.
type nonrec t = {code : AuthCode.t;The OAuth authorization code received from GitHub.
*)state : CsrfState.t;The CSRF state token for validating the OAuth flow.
*)organizationName : String_.t option;The name of the GitHub organization to integrate with.
*)}