callbackUrls

@JvmName(name = "dchtmgtcnhxtidoo")
suspend fun callbackUrls(value: Output<List<String>>)
@JvmName(name = "vskrhxttkdlcpflr")
suspend fun callbackUrls(value: List<String>?)

Parameters

value

A list of allowed redirect (callback) URLs for the IdPs. A redirect URI must:

  • Be an absolute URI.

  • Be registered with the authorization server.

  • Not include a fragment component. See OAuth 2.0 - Redirection Endpoint . Amazon Cognito requires HTTPS over HTTP except for http://localhost for testing purposes only. App callback URLs such as myapp://example are also supported.


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


@JvmName(name = "jqhpoinpfthsvdej")
suspend fun callbackUrls(values: List<Output<String>>)
@JvmName(name = "slpsertmfuxycues")
suspend fun callbackUrls(vararg values: String)

Parameters

values

A list of allowed redirect (callback) URLs for the IdPs. A redirect URI must:

  • Be an absolute URI.

  • Be registered with the authorization server.

  • Not include a fragment component. See OAuth 2.0 - Redirection Endpoint . Amazon Cognito requires HTTPS over HTTP except for http://localhost for testing purposes only. App callback URLs such as myapp://example are also supported.