authorize method
Implementation
Future<Credential> authorize({Function(String url)? urlLauncher}) {
return Authenticator.fromFlow(this, urlLancher: urlLauncher).authorize();
}
Future<Credential> authorize({Function(String url)? urlLauncher}) {
return Authenticator.fromFlow(this, urlLancher: urlLauncher).authorize();
}