tokenScopes

@JvmName(name = "pwrlssvwkgqsnndm")
suspend fun tokenScopes(value: Output<List<String>>)
@JvmName(name = "vcwojcraedvpfuxu")
suspend fun tokenScopes(value: List<String>?)

Parameters

value

List of OAuth scopes to assign to access_token secrets generated under this static account (access_token static accounts only).


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


@JvmName(name = "rekkvueljvprgcrg")
suspend fun tokenScopes(values: List<Output<String>>)
@JvmName(name = "uvfacrbqryjxaqbw")
suspend fun tokenScopes(vararg values: String)

Parameters

values

List of OAuth scopes to assign to access_token secrets generated under this static account (access_token static accounts only).