appAuth

@JvmName(name = "frvxesolwqbdqmhq")
suspend fun appAuth(value: Output<ProviderAppAuthArgs>)
@JvmName(name = "pnkgkpyxbtwlgmgv")
suspend fun appAuth(value: ProviderAppAuthArgs?)

Parameters

value

The GitHub App credentials used to connect to GitHub. Conflicts with token. Anonymous mode is enabled if both token and app_auth are not set.


@JvmName(name = "seionjquwsegewrj")
suspend fun appAuth(argument: suspend ProviderAppAuthArgsBuilder.() -> Unit)

Parameters

argument

The GitHub App credentials used to connect to GitHub. Conflicts with token. Anonymous mode is enabled if both token and app_auth are not set.