getName method

  1. @override
String getName()
override

The official name of the authentication method used in the opening handshake of wamp

Implementation

@override
String getName() {
  return 'wamp-scram';
}