login abstract method

Future<AuthnProto> login(
  1. ServiceCall call,
  2. AuthnProto_LoginRequest request
)

Implementation

$async.Future<$0.AuthnProto> login(
    $grpc.ServiceCall call, $0.AuthnProto_LoginRequest request);