allowedOauthScopes

@JvmName(name = "vgrrxfnupsisualn")
suspend fun allowedOauthScopes(value: Output<List<String>>)
@JvmName(name = "bcuuaafnabmhbmst")
suspend fun allowedOauthScopes(value: List<String>?)

Parameters

value

List of allowed OAuth scopes, including phone, email, openid, profile, and aws.cognito.signin.user.admin.


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


@JvmName(name = "vnnnivjesiuvkdjt")
suspend fun allowedOauthScopes(values: List<Output<String>>)
@JvmName(name = "asqovjcmhccroifv")
suspend fun allowedOauthScopes(vararg values: String)

Parameters

values

List of allowed OAuth scopes, including phone, email, openid, profile, and aws.cognito.signin.user.admin.