url property Null safety
read / write
A URL containing the state of the current authentication transaction.
This should be used in the next redeemOtp
or authenticateOtp
function.
Implementation
String url;
A URL containing the state of the current authentication transaction.
This should be used in the next redeemOtp
or authenticateOtp
function.
String url;