redirectURI property Null safety

String? redirectURI
read / write

The redirection URI for authorization codes and/or tokens.

This value may be null if the client doesn't support the authorization code flow.

Implementation

String? redirectURI;