redirect_uri property
redirectUrl can be used to specify the default url, where your custom jwt verifier can redirect
your browser to with the result. If you are using Auth0, it must be whitelisted in the Allowed
Callback URLs in your Auth0's application.
Implementation
final String? redirect_uri;