Two Factor Authentication

Bruce Armstrong
CODE AUTHOR
Posts: 55
 4 years 2 months ago #290 by Bruce Armstrong
Bruce Armstrong replied the code: Two Factor Authentication
Regarding two-factor authentication with Google, could you explain which Google web APIs to call to connect to a Google account?

Two factor authentication doesn't use any Google account apis. The only google api call I make at all is to a charting api to generate the QR code.

Please Log in or Create an account to join the conversation.

Bruce Armstrong
CODE AUTHOR
Posts: 55
 4 years 2 months ago -  4 years 2 months ago #289 by Bruce Armstrong
Bruce Armstrong replied the code: Two Factor Authentication
can you implement this when you want to send emails from powerbuilder using google with smtp? Thanks a lot.

This has nothing to do with Google mail. If you're looking for code to send Google email from PowerBuilder I suggest you look at this code sample which does it through .Net called from PowerBuilder (community.appeon.com/index.php/codeexcha...56-net-importer-demo) or the PBNISMTP utility, which does it through PBNI (github.com/bruce-armstrong/pbnismtp)

Last Edit: 4 years 2 months ago by  Bruce Armstrong

Please Log in or Create an account to join the conversation.

Thierry Garrigues
 4 years 2 months ago #288 by Thierry Garrigues
Thierry Garrigues replied the code: Two Factor Authentication
Hi Bruce.
Regarding two-factor authentication with Google, could you explain which Google web APIs to call to connect to a Google account?
Thank you
Regards

Please Log in or Create an account to join the conversation.

Guillermo Rolando
 4 years 3 months ago #287 by Guillermo Rolando
Guillermo Rolando replied the code: Two Factor Authentication
Hi,
can you implement this when you want to send emails from powerbuilder using google with smtp? Thanks a lot.

Please Log in or Create an account to join the conversation.