start

suspend fun Journey.start(journeyName: String, option: Option.() -> Unit = {}): Node

Starts the authentication journey with the specified options.

Return

A Node representing the result of the journey start.

Parameters

journeyName

The name of the journey to start.

option

A lambda function to configure additional options for the journey.