1
0
mirror of https://github.com/XFox111/SimpleOTP.git synced 2026-04-22 08:00:45 +03:00

Created OTPConfiguration.GetUri (markdown)

2021-05-31 19:22:19 +03:00
parent e74b3ab942
commit d2bdcedc9d
+11
@@ -0,0 +1,11 @@
Namespace: `SimpleOTP.Models`
Assembly: `SimpleOTP.dll`
Gets URI from current configuration to reuse it somewhere else.
```csharp
public Uri GetUri();
```
### Returns
Valid [OTP AUTH URI](https://github.com/google/google-authenticator/wiki/Key-Uri-Format).