authenticate method

Future<HyperDeckResponse> authenticate(
  1. Map<String, Object?> credentials
)

Authenticates with the supplied protocol credentials.

Implementation

Future<HyperDeckResponse> authenticate(Map<String, Object?> credentials) =>
    multilineCommand('authenticate', credentials);