allowedOauthScopes

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

Parameters

value

List of allowed OAuth scopes, including phone, email, openid, profile, and aws.cognito.signin.user.admin. allowed_oauth_flows_user_pool_client must be set to true before you can configure this option.


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


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

Parameters

values

List of allowed OAuth scopes, including phone, email, openid, profile, and aws.cognito.signin.user.admin. allowed_oauth_flows_user_pool_client must be set to true before you can configure this option.