defaultRedirectUri

@JvmName(name = "orlphfmpmogddhrc")
suspend fun defaultRedirectUri(value: Output<String>)
@JvmName(name = "duojfepnouoskrgd")
suspend fun defaultRedirectUri(value: String?)

Parameters

value

The default redirect URI. Must be in the CallbackURLs list. 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.