postBindingRedirectUri property Null safety
read / write
A URI that can be redirected to once a passkey is bound. This could be a URI that automatically logs the user in with the newly bound passkey, or a success page indicating that a passkey has been bound.
Implementation
String? postBindingRedirectUri;