scopes

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

Parameters

value

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


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


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

Parameters

values

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