|
AuthControllerAuthenticate Method |
Authenticate the user
Namespace: DrawerBackup.Native.Server.ControllersAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax[AllowAnonymousAttribute]
[HttpPostAttribute]
public Result Authenticate(
[FromBodyAttribute] UserAccount account
)
<AllowAnonymousAttribute>
<HttpPostAttribute>
Public Function Authenticate (
<FromBodyAttribute> account As UserAccount
) As Result
public:
[AllowAnonymousAttribute]
[HttpPostAttribute]
Result^ Authenticate(
[FromBodyAttribute] UserAccount^ account
)
[<AllowAnonymousAttribute>]
[<HttpPostAttribute>]
member Authenticate :
[<FromBodyAttribute>] account : UserAccount -> Result
Parameters
- account
- Type: DrawerBackup.Native.Data.EntitiesUserAccount
Return Value
Type:
Result
See Also