no funciona el bearer

This commit is contained in:
2026-09-09 14:06:28 +02:00
parent c5494f60e6
commit f9e184c383
8 changed files with 672 additions and 115 deletions

View File

@@ -0,0 +1,8 @@
namespace SwaggerAutenticacion.Clases
{
public class DatosAuth
{
public string nombreExterno { get; set; }
public string pwExterno { get; set; }
}
}