Click or drag to resize
AuthControllerAuthenticate Method
Authenticate the user

Namespace: DrawerBackup.Native.Server.Controllers
Assembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
[AllowAnonymousAttribute]
[HttpPostAttribute]
public Result Authenticate(
	[FromBodyAttribute] UserAccount account
)

Parameters

account
Type: DrawerBackup.Native.Data.EntitiesUserAccount

Return Value

Type: Result
See Also