From 50497d521197ebe2c5d8a14c96884a42b9c51be6 Mon Sep 17 00:00:00 2001 From: Eugene Fox Date: Mon, 31 May 2021 18:54:10 +0300 Subject: [PATCH] Updated OTPConfiguration (markdown) --- OTPConfiguration.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/OTPConfiguration.md b/OTPConfiguration.md index b86db98..bec295c 100644 --- a/OTPConfiguration.md +++ b/OTPConfiguration.md @@ -24,5 +24,10 @@ public record OTPConfiguration ## Methods | Method | Description | | --- | --- | - -TODO \ No newline at end of file +| [GenerateConfiguration(string, string)](https://github.com/XFox111/SimpleOTP/wiki/OTPConfiguration.GenerateConfiguration) | Generate a new OTP configuration to send it to client. | +| [GetConfiguration(string, string, string)](https://github.com/XFox111/SimpleOTP/wiki/OTPConfiguration.GetConfiguration) | Load OTP configuraiton with default parameters. | +| [GetConfiguration(string)](https://github.com/XFox111/SimpleOTP/wiki/OTPConfiguration.GetConfiguration#GetConfigurationstring) | Loads OTP configuration from OTP AUTH URI. | +| [GetConfiguration(Uri)](https://github.com/XFox111/SimpleOTP/wiki/OTPConfiguration.GetConfiguration#GetConfigurationUri) | Loads OTP configuration from OTP AUTH URI. | +| [GetUri()](https://github.com/XFox111/SimpleOTP/wiki/OTPConfiguration.GetUri) | Gets URI from current configuration to reuse it somewhere else. | +| [GetFancySecret()](https://github.com/XFox111/SimpleOTP/wiki/OTPConfiguration.GetFancySecret) | Returns secret key separated with whitespaces on groups of 4. | +| [GetQrImage(int, int)](https://github.com/XFox111/SimpleOTP/wiki/OTPConfiguration.GetQrImage) | Generates QR code image for current configuration with Google Chart API. | \ No newline at end of file