The URL that initiates the auth flow.
String get url => _wrapped.url;
set url(String v) { _wrapped.url = v; }