authenticate method

Future<String> authenticate(
  1. CasdoorSdkParams params
)

Implementation

Future<String> authenticate(CasdoorSdkParams params) {
  throw UnimplementedError('authenticate() has not been implemented.');
}