mirror of
https://github.com/XFox111/SimpleOTP.git
synced 2026-04-22 08:00:45 +03:00
Created OTPConfiguration.GetUri (markdown)
@@ -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).
|
||||
Reference in New Issue
Block a user