redirect_uri property

String? redirect_uri
final

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;