redirectUrl property Null safety
read / write
The redirect URL that originates from the /authorize call's redirect_uri
parameter. The OAuth2 authorization code
and the state
parameter of the /authorize call are attached with the "code" and "state" parameters to this URL.
Implementation
String redirectUrl;