resume

suspend fun Journey.resume(uri: Uri, option: Option.() -> Unit = {}): Node

Resumes the authentication journey with the specified URI and options.

Return

A Node representing the result of the journey resume.

Parameters

uri

The URI to resume the journey from.

option

A lambda function to configure additional options for the journey.