requestUrl property

  1. @BuiltValueField(wireName: r'request_url')
String requestUrl

RequestURL is the initial URL that was requested from Ory Kratos. It can be used to forward information contained in the URL's path or query for example.

Implementation

@BuiltValueField(wireName: r'request_url')
String get requestUrl;