scopes

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

Parameters

value

The list of the scopes that should be requested while authenticating.


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


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

Parameters

values

The list of the scopes that should be requested while authenticating.