scopes

@JvmName(name = "eqtfjjdqvyosymvg")
suspend fun scopes(value: Output<List<String>>)
@JvmName(name = "qpvwxpmilokxdskm")
suspend fun scopes(value: List<String>?)

Parameters

value

Scopes the connection will request when the user performs the auth code flow.


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


@JvmName(name = "pholnksernfmthad")
suspend fun scopes(values: List<Output<String>>)
@JvmName(name = "wxmprorlkakvbddd")
suspend fun scopes(vararg values: String)

Parameters

values

Scopes the connection will request when the user performs the auth code flow.