This website works better with JavaScript
Home
Explore
Help
Sign In
lukas.angerer
/
PasswordlessWebLogin
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
48d5434f12
Branches
Tags
main
PasswordlessWeb...
/
OptionsWithName.cs
OptionsWithName.cs
87 B
History
Raw
1
2
3
namespace Passwordless;
public record OptionsWithName<T>(string Name, T Options);