getAuthSignInfo method

Future<String> getAuthSignInfo()

Implementation

Future<String> getAuthSignInfo(){
  return _api.getAuthSignInfo();
}