allowedOauthScopes

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

Parameters

value

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


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


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

Parameters

values

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