redirectURI property Null safety
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;
The redirection URI for authorization codes and/or tokens.
This value may be null if the client doesn't support the authorization code flow.
String? redirectURI;