tokenScopes

@JvmName(name = "wdlyxwxsnlocqbid")
suspend fun tokenScopes(value: Output<List<String>>)
@JvmName(name = "jhlixnxlnfcdotwt")
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 = "ffqnsfdvruqbxmyi")
suspend fun tokenScopes(vararg values: Output<String>)


@JvmName(name = "vxconhfaykdybjfa")
suspend fun tokenScopes(values: List<Output<String>>)
@JvmName(name = "relupmaalrhneojh")
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).