Two Factor Authentication
Bruce Armstrong
CODE AUTHOR
Posts: 55
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.
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
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)
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 5 months ago by Bruce Armstrong .
Please Log in or Create an account to join the conversation.
Thierry Garrigues
Posts: 2
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
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
Posts: 1
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.
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.