Class CheckPassword
Implementation of the CheckPassword command
Inherited Members
Namespace: DuetControlServer.Commands
Assembly: DuetControlServer.dll
Syntax
public sealed class CheckPassword : CheckPassword
Methods
Execute()
Check the given password
Declaration
public override Task<bool> Execute()
Returns
Type | Description |
---|---|
Task<bool> | Asynchronous task |