diff --git a/OTPCode.GetCode.md b/OTPCode.GetCode.md new file mode 100644 index 0000000..897d5d3 --- /dev/null +++ b/OTPCode.GetCode.md @@ -0,0 +1,15 @@ +Namespace: `SimpleOTP` + +Assembly: `SimpleOTP.dll` + +Gets valid 6 digit or more OTP code. +```csharp +public string GetCode(string formatter = "000000"); +``` +### Parameters +`formatter` `string` + +String formatter. Other variation: `"000 000"` + +### Returns +Formatted OTP code string with 6 or more digits. \ No newline at end of file