This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
lukas.angerer
/
PasswordlessWebLogin
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Rama:
main
Ramas
Etiquetas
main
PasswordlessWeb...
/
OptionsWithName.cs
OptionsWithName.cs
87 B
Permalink
Histórico
Raw
1
2
3
namespace Passwordless;
public record OptionsWithName<T>(string Name, T Options);