This commit is contained in:
scito 2020-05-23 09:31:59 +02:00
parent 9f166d66b4
commit f8459780c6

View file

@ -19,7 +19,7 @@
# The export QR code of "Google Authenticator" contains the URL "otpauth-migration://offline?data=...". # The export QR code of "Google Authenticator" contains the URL "otpauth-migration://offline?data=...".
# The data parameter is a base64 encoded proto3 message (Google Protocol Buffers). # The data parameter is a base64 encoded proto3 message (Google Protocol Buffers).
# #
# Command for regeneration of Python code from proto3 message definition file (only necessary in case of changes of the proto3 message defintion): # Command for regeneration of Python code from proto3 message definition file (only necessary in case of changes of the proto3 message definition):
# protoc --python_out=generated_python google_auth.proto # protoc --python_out=generated_python google_auth.proto
# #
# References: # References: