openUrlCallback property

Future<void> Function(Uri) openUrlCallback
getter/setter pair

Is invoked when the OAuthProxyFlow needs to redirect to the S3I-OAuthProxy website.

Implementation

Future<void> Function(Uri) openUrlCallback;