gitHubOAuthScopes

@JvmName(name = "tnlvukjspmfmwncn")
suspend fun gitHubOAuthScopes(value: Output<List<String>>)
@JvmName(name = "nvbmagqqtwxosqkt")
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 = "nnsprruyrjapqcdf")
suspend fun gitHubOAuthScopes(vararg values: Output<String>)


@JvmName(name = "vitutyiebcjysxvw")
suspend fun gitHubOAuthScopes(values: List<Output<String>>)
@JvmName(name = "rqphwrchrhdugcee")
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