gitHubOAuthScopes

@JvmName(name = "nqityvpusptmtnxa")
suspend fun gitHubOAuthScopes(value: Output<List<String>>)
@JvmName(name = "empptbbshthaejec")
suspend fun gitHubOAuthScopes(value: List<String>?)

Parameters

value

The OAuth 2.0 scopes that will be requested as part of GitHub Login authentication. This setting is optional


@JvmName(name = "nlufeyrsphotlxkn")
suspend fun gitHubOAuthScopes(vararg values: Output<String>)


@JvmName(name = "qqylvcfquwnreydr")
suspend fun gitHubOAuthScopes(values: List<Output<String>>)
@JvmName(name = "vfjqquccrtrapvkk")
suspend fun gitHubOAuthScopes(vararg values: String)

Parameters

values

The OAuth 2.0 scopes that will be requested as part of GitHub Login authentication. This setting is optional