Would love it if this app could also support HOTP (event based one time password) implementation, as our company only support this protocol instead of TOTP.
https://www.microcosm.com/blog/hotp-totp-what-is-the-difference
I found an example of HOTP implementation in another Garmin app that might be useful:
https://github.com/ch1bo/garmin-otp-authenticator/blob/75d90d5163a34f757e674d854d7d76391f104aa4/src/OTP.mc#L43
Would love it if this app could also support HOTP (event based one time password) implementation, as our company only support this protocol instead of TOTP.
https://www.microcosm.com/blog/hotp-totp-what-is-the-difference
I found an example of HOTP implementation in another Garmin app that might be useful:
https://github.com/ch1bo/garmin-otp-authenticator/blob/75d90d5163a34f757e674d854d7d76391f104aa4/src/OTP.mc#L43