creationPath

@JvmName(name = "uvksexeiwxouekhq")
suspend fun creationPath(value: Output<String>)
@JvmName(name = "dhhiulugmvrxuyfg")
suspend fun creationPath(value: String)

Parameters

value

The path of the account creation endpoint for your application. This is the page on your website that accepts the completed registration form for a new user. This page must accept POST requests. For example, for the URL https://example.com/web/newaccount , you would provide the path /web/newaccount . Account creation page paths that start with the path that you provide are considered a match. For example /web/newaccount matches the account creation paths /web/newaccount , /web/newaccount/ , /web/newaccountPage , and /web/newaccount/thisPage , but doesn't match the path /home/web/newaccount or /website/newaccount .