getName method

  1. @override
String getName()
override

This method is called by the session to identify the authentication name.

Implementation

@override
String getName() {
  return 'cryptosign';
}