loginScopes

@JvmName(name = "kvoggpqglgdvvbcg")
suspend fun loginScopes(value: Output<List<String>>)
@JvmName(name = "ctwmnanrtqbvgxxt")
suspend fun loginScopes(value: List<String>?)

Parameters

value

The list of OAuth 2.0 scopes that should be requested as part of GitHub Login authentication.


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


@JvmName(name = "ygtlhcyfsedlcwrj")
suspend fun loginScopes(values: List<Output<String>>)
@JvmName(name = "dawtoryntftowilw")
suspend fun loginScopes(vararg values: String)

Parameters

values

The list of OAuth 2.0 scopes that should be requested as part of GitHub Login authentication.