allowedOAuthScopes

@JvmName(name = "ahyupxxmyubdxual")
suspend fun allowedOAuthScopes(value: Output<List<String>>)
@JvmName(name = "ubhhpalfnagwbdve")
suspend fun allowedOAuthScopes(value: List<String>?)

Parameters

value

The allowed OAuth scopes. Possible values provided by OAuth are phone , email , openid , and profile . Possible values provided by AWS are aws.cognito.signin.user.admin . Custom scopes created in Resource Servers are also supported.


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


@JvmName(name = "tcmcdufjdycrujwb")
suspend fun allowedOAuthScopes(values: List<Output<String>>)
@JvmName(name = "jvtsidmmeocfkyhf")
suspend fun allowedOAuthScopes(vararg values: String)

Parameters

values

The allowed OAuth scopes. Possible values provided by OAuth are phone , email , openid , and profile . Possible values provided by AWS are aws.cognito.signin.user.admin . Custom scopes created in Resource Servers are also supported.