scopes

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

Parameters

value

Define the user information shared with access, "offline_access" scope will be automatically enabled if refresh tokens are enabled


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


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

Parameters

values

Define the user information shared with access, "offline_access" scope will be automatically enabled if refresh tokens are enabled